Skip to content

StackAbuse/creating-a-rest-api-with-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creating-a-rest-api-with-django

Instructions to run this project locally:

  1. Clone repository:
$ git clone https://github.com/StackAbuse/creating-a-rest-api-with-django.git  
  1. Go to shopping_cart:
$ cd shopping_cart   
  1. Install requirements:
$ pip install -r requirements.txt  
  1. Set up DB:
$ python manage.py makemigrations   
$ python manage.py migrate   
  1. Run the app:
$ python manage.py runserver  

Thanks for reading.

Article can be found here: Creating a REST API in Python with Django

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages