Skip to content

rohanvivek/django-bookstore

 
 

Repository files navigation

Online Bookstore

SUTD 50.008 Database Project

Project brief

B&N is a large db-project and it has decided to go online. Your team has been called in to help B&N design and implement the prototype of its online shop.

Setup

  1. Install pip (package management system)
  2. Install virtualenv to create isolated Python environment. pip install virtualenv.
  3. Create virtual environment in project folder. E.g. virtualenv venv
  4. Activate virtual environment. E.g. source venv/bin/activate / for windows: venv\scripts\activate.bat
  5. Install required packages. pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.4%
  • HTML 42.4%
  • CSS 6.2%