#Mahapur-Api
Backend for http://mahapur.in
*Step 1. Build project locally
./gradlew clean build
Step 2. DB setup
Install postgres
psql -h localhost -U postgres -c "CREATE DATABASE spenddb;" postgresStep 3. Run Application on terminal
java -Dspring.profiles.active=local -jar build/libs/Mahapur-*-SNAPSHOT.jarStep 4. Run Application on IDE
Add jvm parameter as -Dspring.profiles.active=local
Run Main methodIf have any doubts or found bug create issue on github repo.
- Write an issue. You can contribute by creating pull request.
- Create a pull request. (See Understanding the GitHub Flow