Skip to content

mahapur/mahapur-api

Repository files navigation

#Mahapur-Api

Backend for http://mahapur.in

Local Setup

*Step 1. Build project locally

./gradlew clean build

Step 2. DB setup

    Install postgres
    psql -h localhost -U postgres -c "CREATE DATABASE spenddb;" postgres

Step 3. Run Application on terminal

    java -Dspring.profiles.active=local -jar build/libs/Mahapur-*-SNAPSHOT.jar

Step 4. Run Application on IDE

    Add jvm parameter as -Dspring.profiles.active=local
    Run Main method

Contributing

If have any doubts or found bug create issue on github repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published