Skip to content

CoffeeRun is a delivery service app that allows students to order a coffee and have it delivered directly to their seat in the library. Built using Ruby on Rails.

Notifications You must be signed in to change notification settings

seantan22/coffeerun-social

Repository files navigation

CoffeeRun Social App (version 1.0)

Getting started

  1. clone the repo, cd into directory
$ git clone https://github.com/seantan22/coffeerun-social.git
$ cd coffeerun-social
  1. install packages
$ yarn add jquery@3.5.1 bootstrap@3.4.1
$ bundle install
  1. migrate the database
$ rails db:migrate
  1. seed the database with sample users (optional)
$ rails db:seed

  1. run app in local server
$ rails server

You can then register a new user or log in as the seed admin user with the email coffeerun@coffeerun.com and password coffeerun.

About

CoffeeRun is a delivery service app that allows students to order a coffee and have it delivered directly to their seat in the library. Built using Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published