Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianpunzalan/mycrm-prototype

An Open Source CRM application built in React.js and Node.js
https://github.com/brianpunzalan/mycrm-prototype

Last synced: 11 days ago
JSON representation

An Open Source CRM application built in React.js and Node.js

Awesome Lists containing this project

README

        

# MyCRM

An Open Source CRM application built in React.js and Node.js.

## Usage

To start development server and its services, execute

```bash
docker-compose up
```

To stop development server and its services, execute

```bash
docker-compose down
```