Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 739 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 739 Bytes

This is my fourth semester mini-project.

It is an Hostel Mess Management based on Ruby on Rails.

To run this project, make sure you have Ruby installed on your machine along with Ruby on Rails, PostgreSQL and Linux. Once you have the listed items, follow these steps.

  1. Clone this repository.
  2. Go to project folder.
  3. Open a Windows Sub-System for Linux [WSL] window.
  4. Run rails db:migrate to create the tables. [make sure to create a user in PostGRESql and create a database, connect to that database using the database.yml file in config folder.
  5. Run rails server and follow the link that pops up.

Thank You