Skip to content

musician-app/server

Repository files navigation

Nest Logo

Musician App Back-End

Description

A Nest framework written in TypeScript.

Installation

  • 🐘 Set up a PostgreSQL database
  • 🔌 Copy example.env to .env and fill the environmental variables
  • 📂 Create a folder called certs at the root of the project:
    • 🔐 Generate a RSASHA256 key (no passphrase) for the JWT signing:
      • 🔒 Name the private key jwtRS256.key
      • 🔑 Name the public key jwtRS256.key
$ yarn install
$ yarn prisma db push

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published