Skip to content

AleWaweru/vet-clinic-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curriculum-databases-projects-template

This template should be used for database related projects at Microverse. Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.

Getting Started

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

  • Use schema.sql to create all tables.
  • Use data.sql to populate tables with sample data.
  • Check 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!

📗 Table of Contents

📖 [vet-clinic-database]

This is a project for creating a database to store vet clinic data for animals.

[vet-clinic-database] is an sql project for creating a database to store animal information

🛠 Built With

Tech Stack

Client
  • POSTGRESQL DATABASE
  • SQL
  • Key Features

    • [Postgresql_database]
    • [SQL_query_tools]

    (back to top)

    (back to top)

    💻 Getting Started

    Prerequisites

    In order to run this project you need:

    Example command:

     gem install postgresql

    Setup

    Clone this repository to your desired folder:

    Example commands:

      cd my-folder
      git clone git@github.com:AleWaweru/vet-clinic-database.git

    Install

    Install this project with:

    Example command:

      cd my-project
      gem install

    Usage

    To run the project, execute the following command:

    Example command:

      postgreSQL server

    Run tests

    To run tests, run the following command:

    n/a

    Deployment

    You can deploy this project using:

    n/a

    (back to top)

    👥 Authors

    Mention all of the collaborators of this project.

    👤 Author1

    (back to top)

    🔭 Future Features

    • [Add_more_tables]

    (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 please add a star to it

    (back to top)

    🙏 Acknowledgments

    I would like to thank microverse community for the support in accomplishing this project

    (back to top)

    ❓ FAQ

    Add at least 2 questions new developers would ask when they decide to use your project.

    • [What_technologies_were_used_to_develop_the_project]

      • [Used_postgresql_to_create_a_database]
    • [How_can_the_project_be_deployed]

      • [Using_github_pages]

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

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published