Skip to content

dtaipov/crm495

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM495

A CRM system allowing to store sales, customers, contractors and products information. It has convenient search functionality.

Running Locally

Setup your Database Url.

$ export DATABASE_URL=your_database_url

Windows

$ set DATABASE_URL=your_database_url

Make sure you have Node.js installed.

$ git clone git@github.com/dtaipov/crm495.git
$ cd crm495
$ npm install
$ npm start

About

CRM written in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published