Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlyaswanth/djangotodo

Todo app in django with swagger , Application performance monitoring (APM), CRON jobs and mailer functions
https://github.com/dlyaswanth/djangotodo

apm cronjob django-application mailer swagger

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Todo
#### Todo app in django with ####

- [x] Swagger UI
- [x] Application performance monitoring (APM)
- [x] CRON Jobs
- [x] 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
* git clone [email protected]:dlyaswanth/djangotodo.git todoapp
* 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