Skip to content

🐱 Backend part of the Purrello project

Notifications You must be signed in to change notification settings

cheymos/purrello-backend

Repository files navigation

🐱 Purrello: backend

Description

Backend part of the Purrello project which includes CRUD operations, authentication using JWT, pagination and etc.

See database structure.

Live demo only for testing!

Installation

$ yarn install

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

Run migrations first:

$ yarn migration:run

And seeds (optionally):

$ yarn seed:run

After:

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

About

🐱 Backend part of the Purrello project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages