Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 725 Bytes

The Attic - An Online Bookstore

An Online Bookstore, made using the Django Framework, with some basic functionalities. Made for learning purposes :)

Features

  1. Login-Logout System.
  2. Registration, both direct and through Facebook.
  3. Activation Mail sent at registration.
  4. Cart functionality.

How to Use

 git clone https://github.com/sarthakagarwal18/Django-Bookstore.git
 pip install -r requirements.txt
 python manage.py runserver
 Go to http://localhost:8000/store/

Screenshots

Home Screen

Cart

Log In Screen

Registration Screen