# Initial Setup

## Mandap

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

[![pipeline status](https://gitlab.com/poudelmadhav/mandap/badges/master/pipeline.svg)](https://gitlab.com/poudelmadhav/mandap/commits/master) [![coverage report](https://gitlab.com/poudelmadhav/mandap/badges/master/coverage.svg)](https://poudelmadhav.gitlab.io/mandap/coverage/)

## Website Link

* <https://mandap.herokuapp.com>

## 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](https://gorails.com/setup/ubuntu/18.04)
* 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mandap.paudelmadhav.com.np/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
