This web application is designed for Pharmacy POS System.
feature:
- Purchase medicine
- automatically add stock
- Sale medicine
- Invoice generation
- Return system
Demo: https://ctmedicalinventory.herokuapp.com
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Java 8
- MySQL
A step by step series of examples that tell you have to get a development environment running
Download the jdk 8 and install it.
https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
Download the MySQL and install it.
https://dev.mysql.com/downloads/
Run this scripts serially:
1. schema.sql
2. demo.sql
3. relation.sql
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.sadman.medicalinventory.MedicalInventoryApplication class from your IDE.
mvn spring-boot:run
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Spring Boot - The web framework used
- MySQL - Open Source Database
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use Git for versioning. For the versions available, see the tags on this repository.
- Sadman Sobhan - Backend Developer - imran110219
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc