Implemented a Django backend framework in python for a blogging webapp with some included basic functionalities.
- Login/Sign up
- User Profile
- Pagination
- Admin priveleges
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- install dependencies using
pip install -r requirements.txtin terminal.
- Clone this repository from here.
- Using command line,
cdto the directory where you've cloned this repo. - Use
source venv/bin/activateto activate virtual environment. - On command-line in the correct directory run
python manage.py runserverfor local host implementation.
Web App can be deployed using Heroku or similar web hosting services.
- Shresth Rana - Nem3sisX
