https://github.com/arnaiz23/todo-app
TODO app created with NodeJS, MySQL and React
https://github.com/arnaiz23/todo-app
backend rest-api todo-app
Last synced: over 1 year ago
JSON representation
TODO app created with NodeJS, MySQL and React
- Host: GitHub
- URL: https://github.com/arnaiz23/todo-app
- Owner: Arnaiz23
- License: mit
- Created: 2023-05-14T11:35:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T17:48:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T20:47:39.363Z (over 1 year ago)
- Topics: backend, rest-api, todo-app
- Language: JavaScript
- Homepage: https://arnaiz23-todo-app.netlify.app/
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Todo-app
Basic todo application. I created this app for improve my skills and learn Zustand.
## Preview



# Backend






If you wanna use it:
* `/docs`: Show the API documentation (swagger).
* `/api`: Access to the API.
## Frontend






## License
MIT License
You can create your own todo-app by forking this project with this conditions:
* Add a link to my [portfolio](https://arnaizdev.com)
Check out [License](./License.md) for more detail
## Next features
- [ ] Updated TODO ?
- [ ] User delete ???
- [ ] User update ???