This project aims to help manage assets, schedule maintenance and track work orders. This is the REST backend of the web
application developed with React. The frontend developed with React can be
found here. We also have a React Native
mobile application. The link to the live website can be found here.
You can see more explanations in Purpose.pdf. We would be very happy to have new contributors join us.
And please star the repo.
You should create a database, then go to src/main/resources/application-dev.yml
, set the url, username and password.
The following is optional. You can set these environment variables.
SMTP_USER
after creating an app password with GoogleSMTP_PWD
after creating an app password with GoogleGCP_JSON
after creating a service account following the section Create a service account of this tutorial
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker or send an email at [email protected].
You can contribute in different ways. Sending feedback on features, fixing certain bugs, implementing new features, etc. Here is the trello dashboard. Instructions on how to contribute can be found in CONTRIBUTING.