An Online Bookstore, made using the Django Framework, with some basic functionalities. Made for learning purposes :)
- Login-Logout System.
- Registration, both direct and through Facebook.
- Activation Mail sent at registration.
- Cart functionality.
git clone https://github.com/sarthakagarwal18/Django-Bookstore.git
pip install -r requirements.txt
python manage.py runserver
Go to http://localhost:8000/store/