Initial Setup
Mandap
A wedding store where you can buy and rent traditional clothes including wedding clothes.
Website Link
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 installRename
/config/database-sample.ymlto/config/database.ymlUse your
usernameandpasswordof database in/config/database.ymlCreate database
rake db:createMigrate database
rake db:migrateNow start the server
rails sand browse locally http://localhost:3000
Last updated
Was this helpful?