https://github.com/amoghmadan/django-next-todo-application
Simple Django RESTful TODO APIs with Next.js
https://github.com/amoghmadan/django-next-todo-application
django django-filter django-rest-framework docker docker-compose nextjs nginx node python sqlite3
Last synced: 14 days ago
JSON representation
Simple Django RESTful TODO APIs with Next.js
- Host: GitHub
- URL: https://github.com/amoghmadan/django-next-todo-application
- Owner: amoghmadan
- License: mit
- Created: 2020-09-20T16:32:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T13:37:11.000Z (10 months ago)
- Last Synced: 2025-05-07T05:06:27.363Z (14 days ago)
- Topics: django, django-filter, django-rest-framework, docker, docker-compose, nextjs, nginx, node, python, sqlite3
- Language: TypeScript
- Homepage:
- Size: 236 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tracker
Tracker Full Stack Project.
## Technologies
- Python: Django (Back End)
- Node: Next (Front End)
- NGINX (Server)
- Docker (Containerization)## How to start applicaiton?
- Run this command to start the Django, Next and Nginx Servers
```bash
docker-compose up -d
```
- Play with the application at http://127.0.0.1## Development Guides
- **[Back End Reference]**
- **[Front End Reference]**[Back End Reference]: tracker_api/README.md
[Front End Reference]: tracker_webui/README.md