- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Clinic Database] project contains a relational database created following the diagram below

Database
- [User can observe and analyze data]
- [Can modify the table]
- [Using PostgreSQL]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- PostgreSQL installed and configured.
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/flemton/clinic-database.gitInstall this project with:
npm installTo run the project, execute the following command:
- Start the PostgreSQL server.
- Create a new database for the Vet Clinic project.
- Import the database schema and initial data from the SQL files provided (schema.sql and data.sql).
- Configure the database connection in the application code, if necessary.
To run tests, run the following command:
npm test👤 Osman Alhassan
- GitHub: @flemton
- Twitter: @oalhassan847
- LinkedIn: Alhassan Osman
👤 Federica Ulzurrun
- GitHub: @federicaulzurrun
- Twitter: @ulzurrunfede
- LinkedIn: Federica Ulzurrun
- [Developing the UI]
- [Deploying the site]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
I would like to thank...
-
[How do I use PostgreSQL in the terminal?]
- [After opening the PostgreSQL terminal (psql) you'll be asked for a server name to connect]
- [Press enter if you've not changed the server name (shows locahost)]
- [Next is database name, type vet_clinic and press enter if you've already created the vet_clinic database]
- [Next prompt is port, press enter]
- [Enter username, in the next or press enter if not sure]
- [Lastly enter your PostgreSQL user password when prompted and press enter]
-
[How do I switch a database?]
\c [db-name]where [db-name] is your database name, example\c vet_clinic
This project is MIT licensed.