"# In process"
Data access layers
To create An API Rest
JWT + UserDetailService as a provider + Spring Filter chains (Authen tification and authorization)+ passwordEncoder
Json Web Token : https://jwt.io/
API building process To test and visualize and interact with your API
MVC ,
DTO : for the best practice
Maven
MongoDb , MongoDbCompass , IntellJ , postman
com.exemple.electeur_candidat.Config : Config Files such as SpringSecurity config files , swagger config ...
com.exemple.electeur_candidat.entities
com.exemple.electeur_candidat.repositories
com.exemple.electeur_candidat.services
com.exemple.electeur_candidat.serviceImpl
com.exemple.electeur_candidat.controllers
com.exemple.electeur_candidat.DTO : MessageResponse(Returns boolean and String (Message)) , PasswordDTO (userid,oldPassword , newPassword))