Skip to content

faiz-hasan11/Pen-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PenIt

PenIt is a website to add and delete blogs.

Built With

  • Django - The Web Framework used for backend
  • MySQL - The database used for storing data.

Installation

After cloning or downloading this github repo on the local system. Create a Virual Environment on the Desktop.

virtualenv VirtualEnvironmentName

Now copy the repository inside your virtual environment. Activate the virtual environment.

~/desktop/VirtualEnvironmentName/Scripts/activate

Move inside the virtual environment. Use the package manager pip to install the packages.

pip install -r requirements.txt

Or Install the following to run on local host.

pip install django
pip install Pillow

Change directory to blogs. Run the following command

python manage.py runserver

An IP address will be shown, copy it and run it on a web browser.

Using the app

Internet connection is a must to run the app.

The app is now live at localhost.

About

A Website which gives the facility to add and delete blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published