A simple C# console application that allows users to log in, place orders, and receive an email receipt.
- Console-based user login
- Product listing with stock management
- Order creation and receipt generation
- Email receipts sent via Gmail SMTP
- Configuration via .env file
- .NET 8
- C#
- SMTP (Gmail)
- DotNetEnv
- Clone the repo
- Create a
.envfile in the project root - Add SMTP configuration
- Run the console app
- Multi-order sessions
- Database persistence
- Improved authentication
- REST API layer