Skip to content

An application used to serve the data in JSON format using Django-rest-framework APIs.

Notifications You must be signed in to change notification settings

vikash212000yadav/Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

A Django based application with User and ActivityPeriod models, able to populate the database with some dummy data, and an API to serve that data in JSON format.

Steps to install and run in local system:-

  • Create a virtual environment python3 -m venv <env_name>
  • Activate virtual environment source <env_name>/bin/activate
  • Install requirements in venv pip install -r requirements.txt
  • Make migrations python manage.py makemigrations
  • Apply migrations python manage.py migrate
  • Create a super user python manage.py createsuperuser
  • Run the server python manage.py runserver

About

An application used to serve the data in JSON format using Django-rest-framework APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages