Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liulalemx/adar

A house renting application built using ASP.NET MVC
https://github.com/liulalemx/adar

csharp microsoft sql-server visual-studio

Last synced: 1 day ago
JSON representation

A house renting application built using ASP.NET MVC

Awesome Lists containing this project

README

        

# ADAR

ADAR is a house renting web application that provides a digital platform for users to rent affordable housing for short periods of time.

![Adar Usage](./adar.gif)

## Getting Started

These instructions will get you a copy of the project up and running on your local machine.

### Prerequisites

- [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework)
- [IDE (Preferably Visual Studio)](https://visualstudio.microsoft.com/)
- [Microsoft SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)

## Usage

1. Clone the repository
1. Start Visual Studio.
1. On the menu bar, choose File -> Open -> Project.
1. Specify location of the project.
1. Modify the **Data Source** , **Catalog** , **User Id** and **Password** values of the connection string found in `./Web.congig` to the server name, database name, username and password of your SQL Server
1. Click the Run button or press F5 key to execute the project.

### Modifying the connection string values

```c#



```