Skip to content

eduumach/hospital-system-java

Repository files navigation

Hospital System

Project proposed by anlix-io.

Compile and run

Requirements

For building and running the application you need:

Running the application locally

export SPRING_DATASOURCE_URL=<your database url>
export SPRING_DATASOURCE_USERNAME=<your username database>
export SPRING_DATASOURCE_PASSWORD=<your password database>
export SPRING_JPA_HIBERNATE_DDL_AUTO=update
./mvnw spring-boot:run

Docker Compose

Requirements

To run the application with docker you need:

Running the application locally

docker-compose up

Test with newman

Requirements

To run the test with newman you need:

Run test

To test, just run this command:

newman run collection.json

Documentation

For the documentation I used postaman, and I uploaded some data on heroku to facilitate testing for anyone using the api:

Run in Postman

Uploading the data

To upload the data I used a python script:

About

Simulation of a hospital system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published