- The backend that powers placemi.com
- Built using Java and Spring.
Ensure that Java 8+ and maven are both installed.
Finally, install all development dependencies:
cd CLONED_REPO_DIR
mvn clean install
Then, ensure you create two properties files under /src/main/resources:
- application.properties
- base.image.path=/PATH/WHERE/IMAGES/ARE/STORED
- database.properties
- driver=com.mysql.jdbc.Driver
- url=URL_TO_DATABASE/SCHEMA
- username=username
- password=password
If you're interested in contributing, see the Contributing section below.
The built documentation will always be located here: Documentation.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
See the CHANGELOG.
Licensed under MIT. See the full license here: license.