📗 Table of Contents

📖 [Vet Clinic]

[Vet Clinic] is a a comprehensive SQL-based solution for efficiently handling and organizing data in an animal clinic, employing PostgreSQL as the preferred database management system.

🛠 Built With

Tech Stack

Database

Key Features

  • [User can observe and analyze data]
  • [Can modify the table]
  • [Using PostgreSQL]

(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:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/federicaulzurrun/vet-Clinic.git

Install

Install this project with:

  npm install

Usage

To 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.

Run tests

To run tests, run the following command:

  npm test

👥 Authors

👤 Federica Ulzurrun

(back to top)

🔭 Future Features

  • [Developing the UI]
  • [Deploying the site]

(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...

(back to top)

🙏 Acknowledgments

I would like to thank...

(back to top)

❓ FAQ

  • [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

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)