Skip to content

macielvini/king-burger-api

Repository files navigation

About

This is a personal project for a fictional fast-food.

Features
  • User registration
  • Password encryption
  • Login and authentication with JWT
  • Find items by category or id

Technologies

JavaScript TypeScript NodeJS NestJS Prisma Postgres JWT

Frontend Repository

The source code for the frontend of this project can be found in this repository. Feel free to check it out for more details.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published