abhinavprasad47 / DartNode

Backend v2 for Agrivator's Dart App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DartNode

The API for the DART app.

Installation

Prerequisites.

Fork and clone the repo.

Use the package manager npm to install dependencies

npm install
  1. create a file called .env in root
  2. Add keys PORT, MONGODB_URI

(installs all the dependies specified in package.json)

Run the project.

npm start

  • Use npm install --save if you are installing any new dependencies.
  • Pull from upstream before working on any new feature.
  • branch it and work on
  • if facing eslintrc crlf error in windows machine add end_of_line = lf to code editor settings and or run
npm run-script lint

About

Backend v2 for Agrivator's Dart App.


Languages

Language:JavaScript 100.0%