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

https://github.com/andreabaciu17/art-appointments-csharp

Art Appointments is a web application where users can schedule appointments with artists in a seamless and intuitive way. Built using C# and MongoDB, this project showcases an end-to-end CRUD system with Razor views, providing a platform for creative collaborations and scheduling efficiency. 🎨📅
https://github.com/andreabaciu17/art-appointments-csharp

artappointments aspnetcore crudoperations fullstackdevelopment mongodb mongodb-atlas mongodb-database mvc-framework webdevelopment

Last synced: about 2 months ago
JSON representation

Art Appointments is a web application where users can schedule appointments with artists in a seamless and intuitive way. Built using C# and MongoDB, this project showcases an end-to-end CRUD system with Razor views, providing a platform for creative collaborations and scheduling efficiency. 🎨📅

Awesome Lists containing this project

README

        

# 🎨Manage Your Art Appointments Effortlessly✨

**Date:** 12/18/24
**Author:** Andrea B.
**Contact:** [email protected]

## Description
ArtConnect is a full-stack web application built with ASP.NET Core MVC and MongoDB that simplifies the process of scheduling and managing art-related appointments. This project demonstrates the power of integrating MongoDB with Entity Framework Core for seamless CRUD operations while offering a user-friendly interface for both comissioning clients and art enthusiasts.

## 🚀 Features
![Art Appointments Application Demo](https://github.com/user-attachments/assets/3b6b4e4e-0e96-421e-82b5-8768ce554a48)
- **Artists Management**:
- Add, edit, and delete artist profiles.
- Store artist details like name, art style, bio, and contact information.
- **Appointment Scheduling**:
- Create, modify, and cancel appointments.
- Automatically validates and handles time zones.
- **MongoDB Integration**: Efficient data storage for artists and appointments.
- **Razor Views**: Dynamic UI with user-friendly forms and tables.
- **EF Core**: Seamlessly integrated with MongoDB

## How to Run the Application
1. **Clone the Repository:**
```bash
git clone https://github.com/AndreaBaciu17/ArtConnect.git
cd ArtConnect
dotnet run