Skip to content

erdeno/ecommerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django eCommerce Backend

Backend for eCommerce project, I made it for practice django rest framework and vuejs.

Getting Started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages