Reefwatch Marine Species Survey
copy file config/config.template to config/index.js and edit properties
Copy API/server/datasources.template to /API/server/datasources.json and edit credentials
- Environment-specific configuration:
datasources.production.jsordatasources.development.jsonordatasources.local.json
Alternatively to below steps run drun-dev.sh script.
- Start up Api (/api)
npm run start --prefix ./API
- Start up App
npm run start