Skip to content

Calzzetta/Simple-Django-REST-Framework-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Django Application using Django REST Framework

  1. To text create a virtualenv and install the requirements
pip install -r requirements.txt
  1. After that create the SQLite DB using:
python manage.py migrate
  1. Create a demo admin user:
python manage.py createsuperuser
  1. Run the server:
python manage.py runserver

The admin page will be running on http://localhost:8000/admin/ To see the list of employess, access http://localhost:8000/employee/

To get a specific employee, access http://localhost:8000/employee/%email%/ ex: http://localhost:8000/employee/[email protected]/

* This demo was tested with Python 3.6.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages