Skip to content

sagarwadekar2011/CRM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM

Follow the steps to install the CRM project in your environment.

  1. Clone https://github.com/Kiran303/CRM.git repository from github.

  2. $npm install - To install all the dependencies related to Node

  3. Then goto clients folder by $cd clients command.and again

    $npm install - To install all the dependencies related to angular-cli

  4. Start the Mongodb server.

  5. $node app.js - To start the server

  6. $cd clients

    $ng serve - To start angular-cli

  7. then run http://localhost:4200/ in Browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.2%
  • JavaScript 28.1%
  • HTML 20.2%
  • CSS 1.5%