Skip to content

Latest commit

 

History

History

README.md

Atlas CMMS API

This is the REST backend (Java 17-Spring Boot) of the web application. We would be very happy to have new contributors join us. And please star the repo.

How to run locally ?

Set the environment variables not starting with REACT_APP from here

Without docker, you should first install and use JDK 17 then create a Postgres database. After that go to src/main/resources/application-dev.yml, change the url, username and password.

mvn spring-boot:run