Skip to content

agrivator/DartNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published