Skip to content

Files

Latest commit

e2ba1a0 · Mar 24, 2023

History

History
23 lines (12 loc) · 268 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 268 Bytes

The server is written in Java using the Spring Boot framework. For database layer Mongodb is used as nosql database. The frontend is built using ReactJS.


Run

Back-End

  mvn spring-boot:run

Front-End

  npm start