This is a project that combines together a React.js frontend and a Springboot back end.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
To deploy this project, creat your own docker container by running:
docker compose -t sails_clerk .Alternatively you can install install the front end with npm
npm install
cd frontend
npm startAnd install the back end with mvn
mvn clean install