Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlyaswanth/djangotodo
- Owner: dlyaswanth
- Created: 2022-11-14T11:17:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T14:38:04.000Z (about 2 years ago)
- Last Synced: 2024-03-09T07:28:57.470Z (10 months ago)
- Topics: apm, cronjob, django-application, mailer, swagger
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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