Initial Setup

Mandap

A wedding store where you can buy and rent traditional clothes including wedding clothes.

pipeline status coverage report

How to run this app locally?

  • Make sure you have installed ruby(v2.4.1), Ruby on rails and postgres on your pc. You can follow this tutorial

  • Clone the app and go to the cloned folder

  • bundle install

  • Rename /config/database-sample.yml to /config/database.yml

  • Use your username and password of database in /config/database.yml

  • Create database rake db:create

  • Migrate database rake db:migrate

  • Now start the server rails s and browse locally http://localhost:3000

Last updated

Was this helpful?