/crm-api-backend

Project MERN. (Backend)

Primary LanguageJavaScript

CRM MERN Project (Backend).

About Project

This project is a basic Customer Relationship Management that manages the products in stock, the information of the clients and the orders that they have made. Only an already registered user can add a new user, new client, new orders and delete them.

Install dependecies after download or clone

$ npm install

Make your own database configuration

To run project in development mode

$ npm run dev

To run project in production mode

$ npm run start