/growio-api

Repository contains the business logic for the Growio app

Primary LanguageJavaScript

Growio API Server

Requirements

Installation

  • git clone https://github.com/kanhegaonkarsaurabh/growio-api.git
  • cd growio-api
  • npm install
  • Copy contents from .env.example to a file .env
  • Fill in .env using credentials from pinned post on #backend channel
  • configure mongoDB
  • npm start
  • optional: include .env in your .gitignore