Giter VIP home page Giter VIP logo

app-example's Introduction

Grouparoo app-example

Node.js CI

I am an example Grouparoo deployment. This project includes:

  • An example package.json for using Grouparoo and a few common plugins.
  • An example Procfile for Heroku-like deployments.
  • An example Dockerfile for building a docker image from this project, along with a docker-compose.yml for linking Grouparoo to associated services (Redis and Postgres), and splitting work between web and worker nodes.
  • Example Kubernetes files to deploy this application to AWS EKS.

Learn more at https://www.grouparoo.com/docs/deployment

I am built automatically to https://hub.docker.com/r/grouparoo/app-example yielding the grouparoo/app-example docker image. I am tested automatically via Github Actions against multiple versions of node.js.

Deploy to Heroku

Deploy to Heroku

Run locally with Docker & Docker Compose

Assuming you have Docker installed:

# in a new directory
curl -L https://www.grouparoo.com/docker-compose --output docker-compose.yml
docker-compose up

To run me locally:

  1. Clone this repo (git clone https://github.com/grouparoo/app-example.git)
  2. Ensure that you have node.js (v12+), Redis, and Postgres installed locally
  3. cp .env.example .env and check that those values work for your local setup
  4. npm install
  5. npm start

Grouparoo releases stable versions against the latest npm tag, but also releases weekly against the next npm tag. To try the newest versions of grouparoo (our "Beta" builds), change "latest" to "next" within the package.json, and then run npm install again. You can learn more about the Grouparoo release process here.

Having Trouble?

If you are having trouble, visit the list of common issues or open a Github issue to get support.

app-example's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar evantahler avatar grouparoo-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.