Giter Club home page Giter Club logo

veterinary-clinic's Introduction

Vet Application

A web application for managing Veterinary Clinic

Features

  • Manage animals profiles, along with their owners

  • Manage user profiles like administrators, health technicians, attendants, teachers, and students

  • Each user having different access rights

  • Animal request workflow based on granted permissions

Project Structure

dir tree

  • backend - contains back end source code
  • docs - various documentation on the project
  • frontend - contains front end source code
  • images - contains images for README file
  • sql - contains MySQL database scripts

Dependencies

  • JDK version 11.0.11 or above
  • Maven version 3.6.3 or above
  • MySQL server version 8.0.26 or above
  • Node version 16.13.1 or above

How to run

  1. Clone the repository on your machine

  2. Start the MySQL server on your local machine. If you are accessing the MySQL server over a network, edit the property spring.datasource.url in the file application.properties and replace localhost with the server IP address.

  3. Connect to your MySQL server using an admin user like root.

  4. Run the below scripts on the MySQL server in the given order using root. These scripts will create a schema vetdb, a user vetapp with password vetpassword, create all necessary tables and load them with some dummy data.

    1. 01_init.sql
    2. 02_tables.sql
    3. 03_views.sql
    4. 04_dummy_data.sql
  5. To run the backend, navigate to the directory backend. Running the below command will get the backend server running.

    $ mvn clean spring-boot:run
  6. To run the frontend, navigate to the directory frontend. Running the below command will get the react server running and launch your default browser.

    $ npm install
    $ npm start
  7. Once you are done with the application, you may remove all the data from your MySQL server using 10_purge.sql.

Contributors

veterinary-clinic's People

Contributors

mlee2021 avatar sarangk3 avatar zbhavyai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.