This is an API developed with modern server side tools:
Check here the documentation file.
- Clone the repository
git clone https://github.com/manuelernesto/money-tracker-api.git
- Create a postgres database
CREATE DATABASE money_tracker_db;
- Go to the project folder and run it
DB_URL=jdbc:postgresql://{host}:{port}/money_tracker_db DB_PASSWORD=your_db_password DB_USER=your_db_user ./gradlew run