Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 432 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 432 Bytes

🧁 Pikabu clone: backend

See the database structure

Installation

$ npm i

Usage

Copy the example env file and make the required configuration changes in the .env file

For example:

$ cp env.example .env

Running the app

First:

# development
$ npm start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

After:

$ npm run migration:run