Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Recruitment task for a contact form implementation.

Notifications You must be signed in to change notification settings

GiannisTsim/March2024FrontendTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Contents

SmellyCatClient/ contains the Angular frontend that provides the contact form.

SmellyCatServer/ contains an ASP.NET Core Minimal API to handle the form submission requests and dispatch emails.

Usage

  • Start the ASP.NET Core server with dotnet run
  • Start a test Mailpit SMTP server locally using docker run -p 8025:8025 -p 1025:1025 axllent/mailpit and access the email inbox at http://localhost:8025.
  • Start the Angular development server with ng serve and access the interface at http://localhost:4200.

About

Recruitment task for a contact form implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published