Skip to content

Money Tracker API using Ktor 3.0 Server, Exposed, Swagger and OpenAPI

Notifications You must be signed in to change notification settings

manuelernesto/money-tracker-api

Repository files navigation

Money Tracker API

This is an API developed with modern server side tools:

OpenAPI Documentation

OpenAPI Documentation Check here the documentation file.

How to run the project

  • 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

About

Money Tracker API using Ktor 3.0 Server, Exposed, Swagger and OpenAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published