Copious means - abundant in supply or quantity. Its an E - Commerce website built on Django Framework.
UI(Front End) is Downloaded under MIT Licence from mdbootstrap.com
- Login/Signup Pages.
- Can add Items and its details.(For Admin)
- Can Place order to the cart.
- Use Stripe and PayPal to place the order.
- Authentication with CSRF token.
- Download the Repository.
- Create Virtual Environment and Install the packages from requirments.txt
- Delete the db.sqlite and Migrate the database by running "python manage.py migrate"
- Run the server by "python manage.py runserver"
- UI interaction enhancement.