Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cithukyaw/ledger-family-api


https://github.com/cithukyaw/ledger-family-api

expressjs mysql nodejs passportjs prisma prisma-orm typescript

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# LedgerFamily API

API backend for [LedgerFamily app](https://github.com/cithukyaw/ledger-family-app) which tracks expenses and manages budget effectively.

**Tech Stack:**
- [Express.js](https://expressjs.com/) + [Typescript](https://www.typescriptlang.org/)
- [Prisma ORM](https://www.prisma.io/)
- [Passport.js](https://www.passportjs.org/)
- [PostgreSQL](https://www.postgresql.org/)

## Setup

npm install
npm run migrate
npm run seed

## Development

npm run dev

## Production

npm start

or

npm run build
npm run prod