Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

ubc-farm/server-api

Repository files navigation

ubc-farm API

API server for the ubc-farm program. All its routes are prefixed with /api/.

The wiki contains notes about the REST api paths.

Development Setup

git clone https://github.com/ubc-farm/server-api.git
cd server-api
npm install

Set up database tables

npm run migrate

Load fake data for development

npm run seed

Start the server

npm start

About

DEPRECATED. API program for CSFS at UBC Farm

Resources

License

Stars

Watchers

Forks

Packages

No packages published