/contact-manager

Simple app that allow you to add employee info. Also provides security

Primary LanguageJava

contact-manager

Simple app that allow you to add employee info (personal data, address, phones). Also provides security (Spring Security + JWT)

How to run

  1. git clone https://github.com/BogdanJava/contact-manager.git
  2. download maven dependencies
  3. create mysql database with name "contact_manager"
  4. run spring boot application
  5. cd frontend npm install npm start