Vaccine Management System
Vaccine Management System is as a name speaks, a system to keep track of the vaccines along with its details.
Table Of Contents
Prerequisites
- Your system needs to have NodeJs installed Install it from https://nodejs.org/en/
Installation
First clone the github repo
git clone https://github.com/shreekrishnalamichhane/vms.git
On the root, run
docker compose up --detach --build
Demo
Frontend Demo at : https://vms.shreekrishnalamichhane.com.np Backend Demo at : https://vmss.shreekrishnalamichhane.com.np
Tests
Default Test
- Goto root directory
- Run
cd server
- Run
npm test
oryarn test
Coverage Test
- Goto root directory
- Run
cd server
- Run
npm test:coverage
oryarn test:coverage
Author
Author Name : Shree Krishna Lamichhane
Author URI : shreekrishnalamichhane.com.np
GitHub URI : shreekrishnalamichhane
Contributors
No Contributors on this project
License
Changelog
Thank you for using this documentation.