Build an Ecommerce with Django course source code. https://codersdiaries.com/courses/build-an-ecommerce-with-django
- Clone the repository
- Create a virtualenv
- Activate the env
- Install the requirements
- Run the migrations
- Create superuser account
- Start the server
- Go to admin and add the groups we need (buyer, seller)
- Enjoy