Built with ❤︎
This project was made using the follow technologies:
- [Javascript]
- [Nest.Js]
- [Prisma]
- [PostgresSQL]
- [Docker]
- [OpenAPI:Swagger]
- [Jest]
- A bookmark API developed with NestJS, integrating authorization and JWT for authentication, employing Docker and PostgreSQL. It features Jest for end-to-end testing and implements Swagger for documentation.
- Key features include: 15 test cases, 2 models, an automated testing script, automated development database migration, and Swagger documentation.
# Clone Repository
$ git clone https://github.com/hx-gh/nestjs-bookmark-api.git
# Go to web folder
$ cd nestjs-bookmark-api
# Install Dependencies
$ npm install
# Run Aplication
$ npm run start:dev
# Run Database
$ npm run db:dev:restart
# Run Database
$ npx prisma studio
# Run Database
$ npm run test:e2e
Released in 2024
Give a ⭐️ if this project helped you!