/camis-backend

Using NestJS, Prisma and TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

camis.io header

Github issues Github stars Github last commit


Languages:

English Portuguese

MotivationInstallationRunningRoutesLicense

Motivation

This project is a REST API made in TypeScript (JavaScript superset) using the framework NestJS with the PostgreSQL database using Prisma ORM.

Installation

$ git clone https://github.com/bernardoveras/camis-backend.git
$ yarn install
$ yarn start:dev

Running

  • The server is running on port 3333.
# development
$ yarn start:dev

Routes

All routes are documented in Swagger, in the following route:

http://localhost:3333/docs

License

This project is licensed under the terms of the MIT license. See the LICENSE file.