A well featured ecommerce website for buying and selling.
- DJango (Backend)
- Html, Css, Javascript (Frontend)
- Json (Sending data from front end to the backend)
- Database (Django Orm)
- Authentication and Authorization
- Add to cart (User must be authorized before checking out)
- Email Notification
- Check Out (Whatsapp)
-
Clone the repository bash
git clone https://github.com/solomonbestz/vinch.git
-
Create Virtual Environment bash
py -m venv venv
-
Activate Virtual Environment bash
./venv/Scripts/activate
-
Install Dependencies bash
pip install -r requirements.txt
-
Create SuperUser bash
py manage.py createsuperuser
-
Run Server bash
py manage.py runserver