Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usirusenikon/vet-clinic-database


https://github.com/usirusenikon/vet-clinic-database

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

logo

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Vet-Clinic-Database ](#-vet-clinic-database-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Author ](#-author-)
- [Author](#author)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments \& Attribution ](#-acknowledgments--attribution-)
- [📝 License ](#-license-)

# 📖 Vet-Clinic-Database

**Vet-clinic-database** In this project, you will use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.

## 🛠 Built With

### Tech Stack

Database

### Key Features

> Coming Soon

(back to top)

## 🚀 Live Demo

- [Coming soon](#)

(back to top)

## 💻 Getting Started

> This repository includes files with plain SQL that can be used to recreate a database:

- Use [schema.sql](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./queries.sql) for examples of queries that can be run on a newly created database. **Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
### Prerequisites

In order to run this project you need:

- A Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Git installed on the Computer
- Nodejs installed on the Computer
- A browser installed on the Computer

### Setup

Clone this repository to your desired folder:

- `git clone https://github.com/UsirusenIkon/Vet-Clinic-Database.git` if your're using https or git
- create a directory in your preferred location (e.g in the Desktop or Document directory)

(back to top)

## 👥 Author

> I was the sole collaborator in this project.

## Author
👤 **Usirusen Ikon**
- GitHub: [@UsirusenIkon](https://github.com/UsirusenIkon)
- Twitter: [@Usirusen_Ikon](https://twitter.com/Usirusen_Ikon)
- LinkedIn: [Usirusen Ikon](https://www.linkedin.com/in/usirusen-ikon-775855174/)

(back to top)

## 🔭 Future Features

> To be added later

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> If you like this project then kindly give me a star ⭐️ in the project repository.

(back to top)

## 🙏 Acknowledgments & Attribution

- I would like to thank Microverse.
- Hat tip to anyone whose code was used
- Inspiration
- etc

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)