Skip to content

🏫 A website where you can check if the classroom of your choice has a class currently.

Notifications You must be signed in to change notification settings

joshua-arts/western-classroom-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom Time Checker

Classroom time checker helps you to find an empty classroom to study in, especially if you are looking to find a room before class and will like to hang out in the room beforehand.

Read more on the Devpost entry (submitted to Hack Western 3): https://devpost.com/software/classroomfor-me

Screenshots

picture picture picture

Prerequisites for building and running the project

You can easily build and run this project on your system! Before starting, please ensure that you have the following properly configured:

  • Git
  • Ruby 2.3.1
  • Rails 5.0.0.1
  • MySQL

Building and running

Clone the repository onto your local system:

git clone [email protected]:wlee367/classroomTimeChecker-.git

cd classroomTimeChecker-/time-checker

Edit config/database.yml and change the username (line 16), password (line 17) and socket (lines 18 and 23) to correspond with the credentials and path for your MySQL database.

Now you can continue with installing and running the app:

bundle install

rake db:seed
rake db:create db:migrate

rails server

Now open a browser, and visit: localhost:3000

About

🏫 A website where you can check if the classroom of your choice has a class currently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published