This is a backend application developed with the Rest architecture made for a Todo List application.In the application, users should be able to register, login and create/update/delete their own to-do lists.Authentication is provided in the login and register section.
- Java 8+
- Spring Boot
- Spring Data
- H2 Database
- Spring Security
- Jwt
- Maven
- JUnit
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
1.Clone the repo
git clone https://github.com/emirleroglu/TodoAppBackend.git
2)Open the folder with your favorite ide
1.Build your app
mvn package
2.Run the test suite
mvn test
You can run TaskTest
and MvcTest
classes to run WebMvcTest tests.
3.Run your app with dependencies
mvn spring-boot:run
1.Registeration
2.Login-Request
Login-Response
To run other functions, it is necessary to use this Bearer token in the header first.
3.Create Task
4.Update Task
Halil Emirleroğlu - [email protected]
Project Link: https://todolistspring12.herokuapp.com/