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.
- Clone this repository.
- Go to project folder.
- Open a Windows Sub-System for Linux [WSL] window.
- 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.
- Run rails server and follow the link that pops up.