A simple e-commerce API built using Django Rest Framework and JWT for authentication.
- Python 3.x
- Django
- Pip
- Postgresql
To run the program locally, install project dependencies and runserver
git clone https://github.com/mugane-dj/django-ecommerce-api.git
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver