GithubHelp home page GithubHelp logo

sasalatart / acm-kiosk Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 176 KB

ACM-PUC's kiosk management application.

Home Page: http://acmkiosk.herokuapp.com

JavaScript 63.26% CSS 3.16% HTML 33.58%
puc dcc kiosk mean-stack

acm-kiosk's Introduction

ACM-Kiosk

ACM-PUC's kiosk management.

License: MIT Docker Automated build

Setup

Development
  1. Clone and cd into this repository
  2. Run npm install (or yarn install)
  3. Set the environment variables:
  • DB_HOST ('localhost' should work), or alternatively MONGODB_URI
  • FB_CLIENT_ID (your app Facebook Client ID)
  • FB_CLIENT_SECRET (your app Facebook Client Secret)
  1. Turn on your local mongodb server if that is the case
  2. run gulp watch (turns on the frontend code watchers)
  3. run nodemon server/index.js (turns on the backend server)

Remember to set localhost as your App Domain and http://localhost/ as your Site URL at Developers.Facebook.

Docker
# Set the environment variables
$ export HOST=your-deployment-host
$ export PORT=80
$ export FB_CLIENT_ID=your-Facebook-Client-ID
$ export FB_CLIENT_SECRET=your-Facebook-Client-Secret
$ export SECRET_TOKEN=any-string

# Build & run
$ docker-compose up -d

The server's machine should now be redirecting its port 80 to the container's port 8888.

To stop:

$ docker-compose stop

Remember that your App Domain and your Site URL at Developers.Facebook should be configured according to ACM_KIOSK_HOST's value.

acm-kiosk's People

Contributors

sasalatart avatar

Stargazers

 avatar

Watchers

 avatar  avatar

acm-kiosk's Issues

Hacer refill

Se acabaron los items del kiosko y tenemos hambre

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.