Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cithukyaw/ledger-family-api
- Owner: cithukyaw
- Created: 2024-08-03T16:37:05.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T13:31:18.000Z (11 days ago)
- Last Synced: 2024-10-27T15:13:04.028Z (11 days ago)
- Topics: expressjs, mysql, nodejs, passportjs, prisma, prisma-orm, typescript
- Language: TypeScript
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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