This project is dead, and mostly just here for the memories 😢. I worked on this back in college.
This is a web application clone of Craigslist for Shippensburg University. A learning experience to learn how Ruby on Rails works. It will give students a place to look for off-campus housing, roommates, and to buy and sell things. It will be exclusively for Ship students and local land lords who wish to post housing ads.
-
Ruby version: 2.2.5
-
Railse version: 4.2.6
-
PostgreSQL version: 9.5.5 (if it even matters)
-
Devise gem used for user authentication
This is not a live application yet. I hope to have a live working version in the next few weeks, with minimal front-end design to start then work on that later. Something I’ve been chugging away at whenever I find the time.
This program requires you to manually enter in the email and password for the confirmation email when you run it. It is stored as an ENV variable seperately to avoid sharing the email and password through my GitHub.
It is stored in the /config/initializers/app_env_vars.rb file, which is included in my gitignore.