MentorsWithoutBorders / mwb-connect-backend

Apache License 2.0
3 stars 3 forks source link

MWB Connect - API

Getting Started on development

One time setup

Migrations

# this will setup all the tables & seed some data
npm run migrate:up

for Mac users

brew install nvm
nvm use

Run the development server

npm install
npm start

How to use migrations

References