Skip to content

πŸŽ‰ Vezeeta: Streamlining healthcare with easy appointment booking, information access, and efficient CRUD operations for seamless user experience.

Notifications You must be signed in to change notification settings

MahmoudSerag/Vezeeta-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Algoriza-internship-290

Description

πŸŽ‰ Vezeeta: Streamlining healthcare with easy appointment booking, information access, and efficient CRUD operations for seamless user experience.

Database Design

Database design

Documentation

Installation

$ git clone https://gitlab.com/MahmoudSerag/algoriza-internship-290.git

Database backup

Restore Dependencies

$ dotnet restore

Entity Framework Core Migrations

$ dotnet ef database update

Environment variables

{
  "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
  }
}

License

MIT licensed.

About

πŸŽ‰ Vezeeta: Streamlining healthcare with easy appointment booking, information access, and efficient CRUD operations for seamless user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages