Skip to content

API solution written for the Socious platform.

Notifications You must be signed in to change notification settings

socious-io/socious-api

Repository files navigation

Socious API server

Build Docker

Installation

$ npm install
$ cp template.env .env
$ $EDITOR .env

Running the app

# development
$ npm start

# watch mode
$ npm run start:debug

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Development helpers

# set up commit hooks
$ npx husky install

# create new migration
$ npm run migrate:new descriptive-name && npx prettier --write migrations/*.js

# run pending migrations locally
$ npm run migrate

Development Process

Follow the ‘future process’ as described in Socious Development Workflow.

Development Resources

Check the Notion Engineering section for more details.

About

API solution written for the Socious platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published