This project is build with Spring Boot and uses Mysql As database. It runs on port 8080 and MySQL database runs on port 3306.
The user service allows you to perform following operations:
- Find all users
- Find user by ID
- Create a new user
- Update a existing user
- Delete a existing user