Skip to content

alan-eicker/BudgetBuddyAPI

Repository files navigation

Budget Buddy API

The Budget Buddy REST API is powered by Node.js and PostgreSQL.

Note: This project is a work in progress

Setup

Install the dependencies

npm install

Run the database migration

npm run migrate

Run the API dev server

npm run dev

API Documentation

http://localhost:9000/api/v1/api-docs