Backend for eCommerce project, I made it for practice django rest framework and vuejs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
After clonning repository you should install the packages in the requirements.txt:
pip install -r requirements.txt
After you need to make migrations:
python manage.py makemigrations
python manage.py migrate
then you need to create admin:
python manage.py createsuperuser
finally run it with:
python manage.py runserver