All Projects → erxes → erxes-widgets-api

erxes / erxes-widgets-api

Licence: other
Deprecated: Repo is now integrated with erxes-api

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to erxes-widgets-api

wongames
🎮 Ecommerce de jogos no estilo Steam. Desenvolvido com Next.js, TypeScript, GraphQL, etc.
Stars: ✭ 18 (-18.18%)
Mutual labels:  apollo
Todo-apollo-redux-react-native
Todo App with apollo + redux + react-native
Stars: ✭ 15 (-31.82%)
Mutual labels:  apollo
erxes-widgets
Deprecated: Repo is now integrated with erxes/erxes
Stars: ✭ 26 (+18.18%)
Mutual labels:  apollo
apollo-fragment
Use Apollo Link State to connect components to GraphQL fragments in the Apollo Cache
Stars: ✭ 112 (+409.09%)
Mutual labels:  apollo
graphql-client-example-server
A simple GraphQL server for powering examples of various GraphQL clients in various languages.
Stars: ✭ 34 (+54.55%)
Mutual labels:  apollo
skycloud-base
🔥springcloud脚手架,配置中心(apollo/nacos) 注册中心(consul/nacos) 分布式事物(seata) 调用链(skywalking) 日志(ELK)监控(prometheus与grafana) 等,适合学习与快速开发使用
Stars: ✭ 80 (+263.64%)
Mutual labels:  apollo
nap
[Deprecated] NextJS + Apollo + PassportJS
Stars: ✭ 52 (+136.36%)
Mutual labels:  apollo
alda
A boilerplate for React isomorphic aplication with Material Design
Stars: ✭ 16 (-27.27%)
Mutual labels:  apollo
graphql-ts-client
Typescript DSL for GraphQL.
Stars: ✭ 124 (+463.64%)
Mutual labels:  apollo
graphql-chat-sample
a simple sample to help :)
Stars: ✭ 19 (-13.64%)
Mutual labels:  apollo
vuex-apollo
💚 Vuex-Apollo integration for VueJS
Stars: ✭ 32 (+45.45%)
Mutual labels:  apollo
graphql-cli-codegen
apollo-codegen plugin for graphql-cli
Stars: ✭ 22 (+0%)
Mutual labels:  apollo
apollo-log
A logging extension for the Apollo GraphQL Server
Stars: ✭ 64 (+190.91%)
Mutual labels:  apollo
guchub
🎓 Elegantly manage your GUC academic life
Stars: ✭ 15 (-31.82%)
Mutual labels:  apollo
apollo-cache-instorage
Apollo Cache implementation that facilitates locally storing resources
Stars: ✭ 98 (+345.45%)
Mutual labels:  apollo
nuxtjs-woocommerce
NuxtJS (Vue) eCommerce site with WooCommerce backend
Stars: ✭ 83 (+277.27%)
Mutual labels:  apollo
phoenix-react-apollo-demo
Example app using the Phoenix Framework with React and GraphQL
Stars: ✭ 37 (+68.18%)
Mutual labels:  apollo
RxApolloClient
RxSwift extensions for Apollo Client
Stars: ✭ 46 (+109.09%)
Mutual labels:  apollo
redwood
The App Framework for Startups
Stars: ✭ 15,079 (+68440.91%)
Mutual labels:  apollo
apollo-link-defer
Interface for creating asynchronous links.
Stars: ✭ 16 (-27.27%)
Mutual labels:  apollo

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.

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:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].