TODO: Write a project description
Run the following commands in order to package the API:
git clone https://github.com/ricardoas/alertas-enchentes-api.git
cd alertas-enchentes-api
mvn clean package
To start the API, choose a value for and run the following command:
java -Dserver.port=<PORT> $JAVA_OPTS -jar target/*.jar
- 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 :D