/devcon-davao-covid19-tracker-api

DevCon Davao Project - Covid19 Tracker API

Primary LanguageJavaScriptMIT LicenseMIT

DevCon Davao Project - Covid19 Tracker API

GitHub js-standard-style Commitizen friendly

Contributing

Before you start contributing please see CONTRIBUTING.MD for our guidelines.

Prerequisites

  • You must have NodeJS installed. Version 10 or above.

Develop

To setup your development environment, do the following:

  1. Copy .env.tpl and rename to .env. Please note that some env variables have default values and some may not please set them as needed.
  2. Copy serviceflag.json.tpl and rename to serviceflag.json. You can edit the file to Enable/Disable features as needed.
  3. Do npm install to install project dependencies
  4. Run server in development mode using npm run start or npm run start:dev
  5. Open the app in the browser localhost:8080 (default)