Skip to content

openbookbook/bookbook-be2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6c254a · Oct 15, 2024

History

4 Commits
Oct 3, 2024
Oct 15, 2024
Oct 3, 2024
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Oct 3, 2024
Oct 15, 2024
Oct 14, 2024
Oct 14, 2024
Oct 15, 2024
Oct 14, 2024
Oct 3, 2024
Oct 15, 2024
Oct 15, 2024
Oct 3, 2024
Oct 14, 2024

Repository files navigation

a NestJS backend for bookbook

Making this to practice my NestJS.

Description

Started from the NestJS TypeScript starter repository in October 2024.

Technologies

Soon:

Project setup

Install dependencies:

$ pnpm install

Setup your environmental variables:

$ cp .env.example .env

Compile and run the project

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Run tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

Version 2 of the backend for bookbook using NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published