A REST API project created using Spring Boot and MongoDB Atlas for the Todo App project.
- Spring Boot
- MongoDB (NoSQL database)
- Spring Data MongoDB
To run the project in your local development environment and perform CRUD operations with MongoDB Atlas, follow these steps:
- Clone the project:
git clone https://github.com/senakorkmaz/TodoRestApiCRUD.git
- Edit MongoDB Atlas connection settings: Modify the
src/main/resources/application.properties
file. - Run the project in the root directory:
./mvnw spring-boot:run