Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creating-a-rest-api-with-django-rest-framework

Accompanying code for this article https://stackabuse.com/creating-a-rest-api-with-django-rest-framework/

Instructions to run this project locally:

  1. Clone repository:
$ git clone https://github.com/StackAbuse/creating-a-rest-api-with-django-rest-framework.git 
  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.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages