erxes-widgets-api
erxes-widgets-api copied to clipboard
Deprecated: Repo is now integrated with erxes-api
erxes Inc - erxes Widgets API
erxes is an open source growth marketing platform. Marketing, sales, and customer service platform designed to help your business attract more engaged customers. Replace Hubspot with the mission and community-driven ecosystem.
View demo | Download ZIP | Join us on Slack
Status
Running the server
1. Node (version >= 4) and NPM need to be installed.
2. Clone and install dependencies.
git clone https://github.com/erxes/erxes-widgets-api.git
cd erxes-widgets-api
yarn install
3. Create configuration from sample file. We use dotenv for this.
cp .env.sample .env
.env file description
NODE_ENV=development (Node environment: development | production)
PORT=3100 (Server port)
MAIN_API_URL=http://localhost:3300/graphql (erxes-api project url)
MONGO_URL=mongodb://localhost/erxes (MongoDB url)
4. Start the server.
For development:
yarn dev
For production:
yarn build
yarn start
5. Running servers:
- GraphQL server: http://localhost:3100/graphql
- GraphiQL: http://localhost:3100/graphiql
- Subscription server (websocket): http://localhost:3100/subscriptions
Contributors
This project exists thanks to all the people who contribute. [Contribute].
Backers
Thank you to all our backers! 🙏 [Become a backer]
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
In-kind sponsors
Copyright & License
Copyright (c) 2018 erxes Inc - Released under the MIT license.