- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Clinic] The database diagram is interpreted, and implemented the SQL needed to build that database.
Client
Server
Database
- [create patients table]
- [create all the necessary foreign keys]
- [Create a many to many relational table]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Example command:
Install PostgreSQLClone this repository to your desired folder:
cd my-folder
git clone https://github.com/ab-noori/clinic.gitInstall this project with:
cd my-folder
git clone https://github.com/ab-noori/clinic.gitTo run the project, execute the following command:
cd my-folder
git clone https://github.com/ab-noori/clinic.gitTo run tests, run the following command:
npm testYou can deploy this project using:
npm run deploy👤 Abdul Ali Noori
- GitHub: @ab-noori
- Twitter: @AbdulAliNoori4
- LinkedIn: abdulali-noori
👤 Otmane Echchafyky
- GitHub: @otmaneechchafyky
- Twitter: @EchchafykyO
- LinkedIn: otmaneechchafyky
- [Normalize the database]
- [Displaying data on a UI]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners.
-
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.
This project is MIT licensed.
