π Vezeeta: Streamlining healthcare with easy appointment booking, information access, and efficient CRUD operations for seamless user experience.
$ git clone https://gitlab.com/MahmoudSerag/algoriza-internship-290.git
$ dotnet restore
$ dotnet ef database update
{
"ConnectionStrings": {
"DefaultConnection": "Your-Database-Connection"
},
"Jwt": {
"SecretKey": "Your-Secret-Key",
"Issuer": "Your-Issuer",
"Audience": "Your-Audience"
},
"MailSettings": {
"RealMail": "[email protected]",
"host": "smtp.gmail.com",
"Password": "Your Password",
"Port": 587
}
}