ViniciusMaiaM / NestJS-GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Rest Api

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

πŸ“‘ About

The code was developed using TypeScript and the Node framework Nest. For accessing and manipulating the database, TypeOrm was used. For authentication/login, JSON Web Tokens (JWT) and Passport were used. Finally, the api is based on the Facebook consult language, Graphql, which is completely integrated to the project.

πŸ“– Documentation

πŸ“₯ Packages

The project was developed using NPM, but you can use any of the following package managers:

  • Yarn
  • PNPM
  • NPM

πŸš€ Starting

$ npm install
$ docker-compose build

Running the app

$ docker-compose run

Test

# e2e tests
$ npm run test

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

This project is under the MIT license.

About

License:MIT License


Languages

Language:TypeScript 96.8%Language:JavaScript 2.8%Language:Dockerfile 0.5%