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

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

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