It is a simple form app which is using PostgreSQL database. You can add info about user and see under that form.
- First go to terminal and use docker-compose -f docker-compose.yml up -d under resources directory.
- Go to terminal, under project directory use mvn clean install code. After that use mvn spring-boot:run command.That's it for backend.
- Then under frontend firectory use npm install, after that use npm start command in terminal.