BegicHarun / portofolio_backend

Backend developed using .NET9 | Entity Framework 9 | PostgreSQL
0 stars 0 forks source link

Backend - Contact Form API #14

Open BegicHarun opened 2 hours ago

BegicHarun commented 2 hours ago

Description: Develop an API to accept and store contact inquiries or messages. • Tasks: • Create Contact model (Id, Name, Email, Message, CreatedAt). • Implement a POST endpoint to accept contact submissions. • Validate form data (e.g., required fields, email format).