Skip to content

Simple hospital system using Arango NoSQL database and Java Spring Boot.

Notifications You must be signed in to change notification settings

hazemsabdallah/hospital-system-spring-boot-arangodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

hospital-system-spring-boot-arangodb

Simple hospital system based around two entities for hospitals and patients. Featuring basic CRUD support and graph relations to register patients into hospitals.

A Swagger integration is available at http://localhost:8080/swagger-ui/index.html for better visibility over the exposed endpoints.

Note: before running the project, you first need to modify the application.properties to configure the DB connection. There is no need to create the database or collections manually as Spring Data will take care of this step.

Tech Stack

  • Java Spring Boot
  • Maven Build Tool
  • ArangoDB

About

Simple hospital system using Arango NoSQL database and Java Spring Boot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages