Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brianpunzalan/mycrm-prototype
- Owner: brianpunzalan
- License: mit
- Created: 2020-02-25T07:20:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:36:02.000Z (almost 2 years ago)
- Last Synced: 2024-03-18T19:12:00.387Z (8 months ago)
- Language: JavaScript
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```