Cronnay / newCRM-server

CRM - Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newCRM

Simple CRM with Express back end and React front end

Install

cd server
yarn install
cd client
yarn install
touch /server/config/secretinfo.js

export const Secret = {
  clientID: String,
  clientSecret: String,
  databaseName: String,
  databaseUser: String,
  databasePassword: String,
  cookieKey: String
};

cd ..
yarn run dev

About

CRM - Backend


Languages

Language:JavaScript 100.0%