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
- Host: GitHub
- URL: https://github.com/amoghmadan/express-react-todo-application
- Owner: amoghmadan
- License: mit
- Created: 2023-04-27T05:21:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T16:34:35.000Z (over 2 years ago)
- Last Synced: 2026-01-03T12:27:25.026Z (6 months ago)
- Topics: docker, docker-compose, express, mongodb, nginx, node, python, react, typescript
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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