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

https://github.com/amoghmadan/express-react-todo-application

Simple Express RESTful TODO APIs with React
https://github.com/amoghmadan/express-react-todo-application

docker docker-compose express mongodb nginx node python react typescript

Last synced: 2 months ago
JSON representation

Simple Express RESTful TODO APIs with React

Awesome Lists containing this project

README

          

# Tracker

TODO Application

## How to start the application?

- Run this command to start the Express, React and Nginx Servers
```bash
docker-compose up -d
```
- Play with the application at http://127.0.0.1

## Reference

- **[Back End Reference]**
- **[Front End Reference]**

[Back End Reference]: tracker_api/README.md
[Front End Reference]: tracker_webui/README.md