Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

sbsrnt/api-sphene

Repository files navigation

Description

API for Sphene.

Installation

Prerequisites

  1. MongoDB 3.4+ (and/or Compass)
  2. Add .env (see .env.example)

Dependencies

$ yarn

Running the app

Commands

# development
$ yarn dev

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Code Quality

# eslint
$ yarn lint

# prettier
$ yarn format

Test

Currently 94.54% coverage.

# e2e tests
$ yarn test

# test coverage
$ yarn test:cov

DB Seeding

# Drop database
$ yarn schema:drop

# Seed database
$ yarn seed:run

Stay in touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published