selllami / node-crm

CRM Project useing nodeJs express ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRM NodeJS Project

Project for Costumer Relation managment

Getting Started

Prerequisites

What things you need to install the software and how to install them

Node

Dwonload Node from link

Express

npm i --save express

nodemon

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development. Install it using npm.

Just use nodemon instead of node to run your code, and now your process will automatically restart when your code changes. To install, get node.js, then from your terminal run:

npm i --save nodemon

For CLI options, use the -h (or --help) argument:

nodemon -h

Mongodb

Mongoose

Elegant MongoDB object modeling for Node.js

body-parser

Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property.

npm i --save body-parser

Babel

Babel is a JavaScript compiler Babel 7 change babel-preset-es20** with babel-preset-env and removing babel-preset-stage-*

npm i --save-dev babel-cli babel-preset-env

Installing

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

Say what the step will be

About

CRM Project useing nodeJs express ...


Languages

Language:JavaScript 100.0%