A brief description of what this project does and who it's for
https://todo-list-nch4.onrender.com/swagger-ui/index.html
- User control
- Task control
- Step control
- Spring Boot: Java Framework for creating standalone applications based on Spring.
- Java: Main programming language.
- MongoDB: NoSQL database for data storage.
- Spring Security(With jwt): Security framework for authentication and access control.
- Swagger: Tool for documentation and testing APIs.
- Docker: Platform for developing, shipping and running applications in containers.
- GitHub actions
- Java 17 or higher
- MongoDB (can run in a Docker container)
- Docker (optional, to package and distribute the application in containers)
Clone the project
https://github.com/Gablier-R/todo-list.gitGo to the project directory
cd todo-listInstall dependencies
mvn clean installStart the server
mvn exec:java