Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liulalemx/adar
- Owner: liulalemx
- Created: 2022-01-23T08:07:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T18:04:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T00:15:15.717Z (1 day ago)
- Topics: csharp, microsoft, sql-server, visual-studio
- Language: JavaScript
- Homepage:
- Size: 5.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#
```