- MyDoc is a medical management system I built with my team for a database systems project.
- Git clone the repo
git clone https://github.com/mohamedrhoulam/myDocApp.git
- Install dependencies
npm install
- Create a new database and run the sql scripts found in the server direcory
- you will also need to create a file for your postgres database and an env file
- run the server and the front end, I will try to make all these steps run i a script later