All Projects → xugy0926 → Community

xugy0926 / Community

Licence: mit
a community based on Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Community

Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+42659.09%)
Mutual labels:  yarn, pm2
Clean Ts Api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 619 (+1306.82%)
Mutual labels:  graphql, mongodb
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+970.45%)
Mutual labels:  graphql, mongodb
Create Graphql Server
Generate your GraphQL server one type at a time
Stars: ✭ 321 (+629.55%)
Mutual labels:  graphql, mongodb
Summary
个人总结 持续更新 欢迎提出各种issues
Stars: ✭ 12 (-72.73%)
Mutual labels:  mongodb, pm2
Nestjs Query
Easy CRUD for GraphQL.
Stars: ✭ 325 (+638.64%)
Mutual labels:  graphql, mongodb
Create Eth App
Create Ethereum-powered apps with one command
Stars: ✭ 597 (+1256.82%)
Mutual labels:  graphql, yarn
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+597.73%)
Mutual labels:  graphql, mongodb
Create Social Network
An educational project, demonstrating how to build a large scalable project with Javascript.
Stars: ✭ 853 (+1838.64%)
Mutual labels:  graphql, mongodb
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-79.55%)
Mutual labels:  mongodb, yarn
Steedos Platform
华炎魔方低代码/无代码平台。内核采用了元数据、微服务、微前端、K8S等最新的技术架构。Steedos Low-Code / No-Code Platform in nodejs and mongodb.
Stars: ✭ 310 (+604.55%)
Mutual labels:  graphql, mongodb
Smarthome
💡 智能电器管理综合系统
Stars: ✭ 33 (-25%)
Mutual labels:  mongodb, pm2
Saturday Night Works
Takip ettiğim kaynaklardaki örneklere ait çalışmalar yer alır.
Stars: ✭ 312 (+609.09%)
Mutual labels:  graphql, mongodb
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+43456.82%)
Mutual labels:  graphql, mongodb
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+7575%)
Mutual labels:  graphql, yarn
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+1179.55%)
Mutual labels:  graphql, mongodb
Graphql To Mongodb
Allows for generic run-time generation of filter types for existing graphql types and parsing client requests to mongodb find queries
Stars: ✭ 261 (+493.18%)
Mutual labels:  graphql, mongodb
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+554.55%)
Mutual labels:  graphql, mongodb
Hasura Backend Plus
🔑Auth and 📦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.
Stars: ✭ 776 (+1663.64%)
Mutual labels:  graphql, pm2
Cmms
Computerized Maintenance Management System
Stars: ✭ 31 (-29.55%)
Mutual labels:  mongodb, ejs

Getting Started

Requirements

  • Yarn package
  • Node.js v8.9.1 or newer
  • pm2 package

Data storage

  • mongodb

Quick Start

  1. Get the latest version
$ git clone https://github.com/xugy0926/community.git
$ cd community
  1. Run yarn install
$ yarn
  1. Modify src/config/index.dev.js

The three most important configurations

  1. Run dev
$ yarn run dev

Deploy

How to deploy

  1. Get the latest version
$ git clone https://github.com/xugy0926/community.git
$ cd community
$ yarn
  1. Create src/config/index.pro.js
$ yarn run config
  1. Modify src/config/index.pro.js

  2. Run production

$ yarn run build
$ NODE_ENV=production PORT=80 pm2 start dist/server.js --name "community"

or

$make depoly

How to update

$ git pull
$ yarn
$ yarn run build
$ pm2 stop community
$ pm2 start community

or

$ make update

pm2 deploy

pm2 deploy ecosystem.json production --force
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].