项目作者: erxes

项目描述 :
Deprecated: Repo is now integrated with erxes-api
高级语言: TypeScript
项目地址: git://github.com/erxes/erxes-widgets-api.git
创建时间: 2017-03-23T06:23:31Z
项目社区:https://github.com/erxes/erxes-widgets-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

Build Status
Coverage Status
Known Vulnerabilities

Running the server

1. Node (version >= 4) and NPM need to be installed.

2. Clone and install dependencies.

  1. git clone https://github.com/erxes/erxes-widgets-api.git
  2. cd erxes-widgets-api
  3. yarn install

3. Create configuration from sample file. We use dotenv for this.

  1. cp .env.sample .env

.env file description

  1. NODE_ENV=development (Node environment: development | production)
  2. PORT=3100 (Server port)
  3. MAIN_API_URL=http://localhost:3300/graphql (erxes-api project url)
  4. MONGO_URL=mongodb://localhost/erxes (MongoDB url)

4. Start the server.

For development:

  1. yarn dev

For production:

  1. yarn build
  2. yarn start

5. Running servers:

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 (c) 2018 erxes Inc - Released under the MIT license.