Skip to content

ab-noori/clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 [Clinic]

[Clinic] The database diagram is interpreted, and implemented the SQL needed to build that database.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • [create patients table]
  • [create all the necessary foreign keys]
  • [Create a many to many relational table]

(back to top)

🚀 Schema Diagram

clinic_diagram

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Example command:

 Install PostgreSQL

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/ab-noori/clinic.git

Install

Install this project with:

  cd my-folder
  git clone https://github.com/ab-noori/clinic.git

Usage

To run the project, execute the following command:

  cd my-folder
  git clone https://github.com/ab-noori/clinic.git

Run tests

To run tests, run the following command:

  npm test

Deployment

You can deploy this project using:

  npm run deploy

(back to top)

👥 Authors

👤 Abdul Ali Noori

👤 Otmane Echchafyky

(back to top)

🔭 Future Features

  • [Normalize the database]
  • [Displaying data on a UI]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a star.

(back to top)

🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

❓ FAQ (OPTIONAL)

  • How to optimize database performance?

    • Use indexes on frequently queried columns to improve search speed.
    • Normalize the database structure to minimize data redundancy and improve data integrity.
  • How to ensure database security?

    • Implement proper authentication and authorization mechanisms to control access to the database.
    • Regularly update and patch the database software to address security vulnerabilities.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The database diagram is interpreted, and implemented the SQL needed to build that database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors