This repository contains the server code for the demo CRM.
Before you begin, ensure you have the following installed on your system:
-
Clone this repository to your local machine:
git clone https://github.com/gocobalt/crm-demo cd crm-demo -
Start the Redis server:
sudo service redis-server start
-
Install the project dependencies:
npm install
-
Start the development server:
npm run dev
The development server is now running on http://localhost:4000