Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 393 Bytes

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