A shopping website built using Django having features :
- User Authentication/Authorization
- Shopping cart
- Order Status(Pending/Completed)
- Admin Panel
The website is deployed on Heroku and static files like CSS, JS and images are served from Amazon AWS S3 Bucket.
View the live demo here or http://srty.me/BuyNow .
Still, a lot of improvements can be performed including Frontend as well as Backend. Features like Payments are yet to be included. The repository welcomes willing to contribute and improve the site.
-
Fork the repository and clone the forked repository.
-
Change the working directory to the folder where you downloaded the files.
-
Install all the dependencies using the pipenv command :
pipenv install
-
After successful installation of all packages, run the follwing Django commands :
py manage.py migrate
py manage.py runserver
-
Visit
127.0.0.1:8000
in your browser and enjoy the app.
Built using Django 3.1 and Python 3.8.5 by Ashutosh Krishna
Please don't forget to ⭐ the repository if you liked it.