Skip to content

JoaoManoelFontes/Pharm-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharm Project - Java Spring Boot

Description

This project is a CRUD API for a pharmacy management system using Java Spring Boot, only for academic purposes. Test main

Features

  • Medicines CRUD
  • Medicine fields validation
  • Medicine DTO

Installation

  • Create medicines database in your MySQL: CREATE DATABASE medicines_api;

  • Clone the repository

  • Open the project in your IDE

  • Configure your MySQL connection in the file application.properties

  • Run the project: mvn spring-boot:run

  • Open your API client (insomnia, postman ...) and go to http://localhost:8080/medicines

About

API for manage medicines with Java Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages