- This project was build for a client as part of internship.
- Code base is made open source
- Using Django inbuilt functionality many features are implemented
- Include payment gateway
Client: Django, HTML, CSS, JSON, Javascript
Server: Django, Railway Hosting
To deploy this project run
https://docs.python.org/3/library/venv.html
source env/bin/activate
pip3 install -r requirements.txt
provide credential inside in order to make it functional
python3 manage.py runserver
To run this project, you will need to add the following environment variables to your .env file
SECRET_KEY
EMAIL_HOST
EMAIL_PORT
EMAIL_HOST_USER
EMAIL_HOST_PASSWORD
EMAIL_USE_TLS
https://ma-laxmi.up.railway.app/
- Multiple Admin
- Paypal & Cod payment gateway
- Email verification while registration
- Responsive for mobile web view
- Bill receipt is generated for every order