GithubHelp home page GithubHelp logo

sasalatart / reminders Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 70 KB

Application built on top of Sinatra and React that enables its users to keep track of their own reminders.

Home Page: https://remindrs.herokuapp.com

License: MIT License

HTML 2.57% JavaScript 72.38% CSS 1.46% Ruby 23.60%
sinatra react reminders

reminders's Introduction

Reminders

DUB Docker Automated buil Code Climate

About

This is an application built on top of Sinatra and React that enables its users to keep track of their own reminders.

Setup

Development

  1. Clone and cd into this repository
  2. Set the HMAC_SECRET environment variable as any string (example: export HMAC_SECRET=secret)
  3. Run rake dev:install
  4. Run rake db:reset
  5. Run shotgun config.ru
  6. Open a new shell and run rake dev:start_front

Docker

# Pull and run the application and PostgreSQL
$ docker run -d --name=postgres_db postgres:9.6.1

$ docker run -d --name=reminders -p 80:9292 -e HMAC_SECRET=any-secret \
                --link=postgres_db:postgres_db sasalatart/reminders

# Setup the database
$ docker exec reminders rake db:reset

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

reminders's People

Contributors

sasalatart avatar

Watchers

James Cloos avatar  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.