/NestJS-GraphQL

Primary LanguageTypeScriptMIT LicenseMIT

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.