Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 773 Bytes

Bhojpur CRM - Customer Relationship Management

The Bhojpur CRM is a secure customer relationship management system applied within the Bhojpur.NET Platform ecosystem for delivery of distributed applications or services.

Build Source Code

Backend Services

You need to install Go >= 1.16 to compile the backend services

Frontend Application

It is built using vue.js framework nased on node.js. You need to issue the following commands in a Terminal window to install required software tools.

npm install -g @vue/cli
npm install -g @vue/cli-init
npm install --legacy-peer-deps

You can run frontend web application using the following command in a Terminal window

npm run serve