https://github.com/steedos/steedos-app-crm
Generate the best leads, manage opportunities through the sales pipleline, and cultivate relationships with exisiting accounts. Plus, forecast revenues, set up sales territories, and organize your reps into selling teams.
https://github.com/steedos/steedos-app-crm
Last synced: 7 months ago
JSON representation
Generate the best leads, manage opportunities through the sales pipleline, and cultivate relationships with exisiting accounts. Plus, forecast revenues, set up sales territories, and organize your reps into selling teams.
- Host: GitHub
- URL: https://github.com/steedos/steedos-app-crm
- Owner: steedos
- License: mit
- Created: 2019-08-14T05:14:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:17:34.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T18:17:59.845Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://steedos.github.io
- Size: 1.86 MB
- Stars: 15
- Watchers: 3
- Forks: 11
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Salesforce Alternative
## Run your salesforce
### Install dependences
- [NodeJS v10.0 or above](https://nodejs.org/en/)
- [MongoDB Community Server v3.4 or above](https://www.mongodb.com/download-center/community)
### Install node modules
```bash
npm i yarn -g
yarn
```
### Run Server
```bash
yarn start
```
navigate to http://127.0.0.1:5000
## Customize your salesforce
- [Configuration](./steedos-config.yml)
- [Apps](./src/apps)
- [Objects](./src/objects)