About ย | Technologies ย | Requirements ย | Running the Application ย | Code Structure ย | License ย | Author
This repository contains a REST API developed for the management of medical and administrative data in a hospital environment.
This project was developed using the following technologies:
Before starting ๐, you need to have Java and Maven installed.
First, clone the project repository to your local machine.
$ git clone https://github.com/gsoaresdz/voll-med-api-rest.git
Navigate to the project directory and install the dependencies with Maven:
$ cd voll-med-api-rest
$ mvn install
To start the application, run:
$ mvn spring-boot:run
The code is organized in the following main folders:
controller
: API controllers that handle HTTP requests.domain
: Business logic and data models.infra
: Project configuration and infrastructure.
This project is licensed under the MIT License. For more details, see the LICENSE file.
Made with โค๏ธ by gsoaresdz