Designed to use my knowledge acquired in training
Clone this repo to your local machine using
git@github.com:Zesysy/todo-list-spring.git
- openjdk 11.0.7
- Apache Maven 3.6.3
mvn spring-boot:run
- Spring- The web framework used
- Thymeleaf - Modern server-side Java template engine for both web and standalone environments
- Bootstrap - Used a template for the front end
- Jpa Hibernate - To ensure java data persistance
- MySql - To database
/src/main/java/com/wcs_ftm/followthemap
:/config
: Contains the application configuration which calls the elements in application.yml to connect with database/controller
: One for the API and a TodoController/model
/repository
: Extends Jpa Repository
/src/main/java/com/wcs_ftm/resources
:/static
: Contains the CSS of the application and the Boostrap template/templates
: Contains our Html pagesapplication.yml
: Url and other elements of our database
Java naming standards have been respected !
- Create, update, find and delete todos
- Error case management
- Login in loading...
- Sylène - Developer Java & Javascript