/NestApiRest

Basic Rest Api with NestJs that create users and bookmarks

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, Prisma was used. For authentication/login, JSON Web Tokens (JWT) and Passport were used. Finally, for the documentation, Prisma ERD was used.

📖 Documentation

📥 Packages

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

  • Yarn
  • PNPM
  • NPM

🚀 Starting

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Databse

# restart database
$ db:dev:restart

# prisma deploy
$ prisma:dev:deploy

Test

# e2e tests
$ npm run test:e2e

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.