Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1012 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 1012 Bytes

Online-Book-Store

Installation

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

Required Packages

Install all required packages via

pip install -r requirements.txt

Usage

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

Contributing

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.