waleed-alfaifi / invoices-api

An API built for an invoices manager app using TypeScript and Prisma with Node and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoices App API

An API built for the invoices manager app using TypeScript and Prisma with Node and Express.

Run locally

To run locally, you need to provide a DATABASE_URL in a .env file in the project folder. See .env.example.

git clone https://github.com/waleed-alfaifi/invoices-api.git
npm install
npm run start:dev

API routes will be served by http://localhost:5000 in development.

TODOs

  • Cache GET responses
  • Add rate limiting
  • Create docs using Swagger

License

MIT

About

An API built for an invoices manager app using TypeScript and Prisma with Node and Express.

License:MIT License


Languages

Language:TypeScript 100.0%