Skip to content

Todo app in django with swagger , Application performance monitoring (APM), CRON jobs and mailer functions

Notifications You must be signed in to change notification settings

dlyaswanth/djangotodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

Todo app in django with

  • Swagger UI
  • Application performance monitoring (APM)
  • CRON Jobs
  • Mailer Function

To run the application

  • Create a virtual environment using the cmd
    • py -m venv venv
  • Next step clone the git repo using the cmd
  • Now , install the requirments using the cmd
    • pip install -r requirements.txt
  • After that , make db migrations and migrate them using
    • py manage.py makemigrations
    • py manage.py migrate
  • Finally run the application using
    • py manage.py runserver 3000

Now you can vist http://127.0.0.0:3000 and view the application

About

Todo app in django with swagger , Application performance monitoring (APM), CRON jobs and mailer functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages