AdityaSingh17 / Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend of Crop Analyzer Application

Nodejs Backend Application

Getting Started

  1. Install the project dependencies with npm install
  2. Start the server with node server.js

Prerequisites

  • Nodejs
  • Browser

Installation

OS X:

sudo apt-get update
sudo apt-get install nodejs 

OS X: Using Homebrew as package manager

brew install node

Windows: Using chocolate as package manager

choco install nodejs

Development

Fork the repo and clone the source locally:

git clone https://github.com/CropAi/Backend.git
  • Install the project dependencies with npm
cd Backend
npm install
  • Run the server
node server.js

Built using

About


Languages

Language:JavaScript 81.9%Language:CSS 12.0%Language:HTML 5.7%Language:Python 0.4%