Clone this repo or just download directly from github and activate virtualenv.
if you are in mac or linux then
source venv/bin/activate
if you are in windows then
venv\Scripts\activate
Install all required packages via
pip install -r requirements.txt
Then type this command in your terminal/command prompt
python manage.py runserver
go to the link http://127.0.0.1:8000 and Boooom welcome to Online Book Store
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.