Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 677 Bytes

reefwatch

Reefwatch Marine Species Survey

Install

Configuration

Frontend

copy file config/config.template to config/index.js and edit properties

Backend

Copy API/server/datasources.template to /API/server/datasources.json and edit credentials

  • Environment-specific configuration: datasources.production.js or datasources.development.json or datasources.local.json

Development

Alternatively to below steps run drun-dev.sh script.

  1. Start up Api (/api)
npm run start --prefix ./API
  1. Start up App
npm run start