Coder Social home page Coder Social logo

pantry_scheduler's Introduction

Build Status Stories in Ready

pantry_scheduler

Tracking issues in priority can be found here https://waffle.io/rubyforgood/pantry_scheduler.

Scheduling system for Elizabeth House Food Pantry. This app will allow volunteers to log in and create appointments for clients. Other volunteers will log in and check clients in. Reports will be generated and mailed monthly, quarterly and yearly.

Development

Install Postgres using Postgres.app and run it to get your database up and running.

We're using Ruby 2.4.1. If you don't yet have a method for installing/managing Ruby versions jgaskins recommends RVM.

With RVM installed, type

$ rvm use 2.4.1

If you don't have Ruby 2.4.1 installed, RVM will give you instructions for installing it (after which you should retry the above command).

Clone the repo:

$ git clone https://github.com/rubyforgood/pantry_scheduler.git && cd pantry_scheduler

Install the gems:

$ bundle install

Create and migrate your development database:

$ bundle exec rake db:setup

This command will also create a development user for you to login as with the following credentials:

email: [email protected]
password: abc123

Install node and yarn

$ brew install node yarn

Run the Rails Server

$ rails s

Running the front-end React application:

$ yarn install
$ ./bin/webpack-dev-server
navigate to localhost:3000 in the browser

*** Webpack error ****

Resolving webpack error after running rails s and navigating to localhost:3000:

$ Run ./bin/rails webpacker:install and ./bin/yarn install
$ Run bin/webpack-dev-server

Close your terminal

$ Run rails s again

pantry_scheduler's People

Contributors

bolducp avatar jgaskins avatar scooter-dangle avatar pollygee avatar solebared avatar ajohnson052 avatar brianhays avatar seanmarcia avatar chaden avatar deathtenk avatar jwieringa avatar waffle-iron avatar megbutler avatar

Watchers

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