Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 448 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 448 Bytes

Foofle

It's an Email service implemented in SQL Server database.
This service has some basic Emailing features including: signing up/in, deleting account, sending Emails, displaying Emails list, reading & deleting Emails, blocking other users, etc.
This service has a console user interface that is implemented in C#. No logic part is in UI codes.

You can find all SQL codes in ALL.sql file. UI files are in Foofle folder.