/inflow-backend

Primary LanguageJavaScriptMIT LicenseMIT

Express Mongo

ExpressJS with Mongoose for scalable projects.

Includes

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

#!/bin/bash
Node@v10.x.x

Installing

A step by step series that will tell you how to get a development env running

#!/bin/bash
$ npm install
$ npm start

Useful Scripts

Script Description
npm start Starts development server at localhost:3001
npm run lint Run Eslint to find out linting issues.

Run at local server

touch .env
nano .env
NODE_ENV=development

npm run start
http://localhost:3001/

Check Server Status

Once server has started run http://localhost:3001/v1/status.