Skip to content

cheymos/pikabu-clone-backend

Repository files navigation

🧁 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

About

🧁 Pikabu backend clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages