Skip to content

yusufnuru/bookmarks-api

Repository files navigation

Nest Logo

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

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Bookmarks API

A NestJS-based API for managing user bookmarks with e2e testing. Below you’ll find steps to install, run, and test this project.

Prerequisites

Before running this project, make sure you have the following installed:

You will also need to create a .env file in the root directory with the following variables:

  • DATABASE_URL=
  • JWT_SECRET=
  • POSTGRES_USER=
  • POSTGRES_PASSWORD=
  • POSTGRES_DB=

Description

Nest framework TypeScript starter repository.

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published