Simple app that allow you to add employee info (personal data, address, phones). Also provides security (Spring Security + JWT)
git clone https://github.com/BogdanJava/contact-manager.git
- download maven dependencies
- create mysql database with name "contact_manager"
- run spring boot application
cd frontend
npm install
npm start