A marketplace platform built with ASP.NET Core 8 for booking homestays and experiences.
NestAway is an Airbnb clone developed as an academic project. The platform allows users to browse, book, and manage homestays and experiences.
- User Authentication: Secure login and registration.
- Property Listings: View detailed listings of available homestays.
- Booking System: Book homestays and experiences.
- Admin Panel: Manage listings, bookings, and user accounts.
- Responsive Design: Optimized for both desktop and mobile devices.
- Backend: ASP.NET Core 8
- Frontend: HTML, CSS, JavaScript
- Database: Microsoft SQL Server
- Others: Entity Framework Core, Bootstrap
- Clone the repository:
git clone https://github.com/saugataroyarghya/NestAway.git
- Navigate to the project directory:
cd NestAway
- Setup the database:
- Update the connection string in
appsettings.json
. - Run the database migrations:
dotnet ef database update
- Update the connection string in
- Run the application:
dotnet run
- Register or log in to your account.
- Browse available homestays and experiences.
- Book your desired stay or experience.
- Manage your bookings from your profile.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.