Vet Clinic is a database application used to keep track of the various animals visiting a vet.
Database
- Animal data
- Animal owner
- Visit
N/A
In order to run this project you need:
Clone this repo[https://github.com/Paulinelali/vet-clinic] repository to your desired folder:
cd my-folder git clone git@github.com:myaccount/my-project.git
Install this project with:
cd my-project npm install
To run the project, execute the following command:
CREATE TABLE animals ( name varchar(100) );
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Optimize database for Horizontal Scaling
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project follow me on Github and give it a star to motivate build more cool stuff. Thank you.
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.