IT19165394 | Galagoda R R P W M R V N | vinuri-g |
IT19113982 | Rikas M R M | RikasMRM |
IT19178028 | Hettiarachchi T M | Tiran98 |
IT19143200 | Sandakalum H G D | hdgsandakalum |
This project focuses on a web application to manage the main functions of a medical center. This will help to overcome issues of a manual system such as less security, long access time, access permission and data redundancy. There are four main sub systems excluding the User management. They are,
- Channeling Management
- Inventory Management
- Finance Management
- Lab Report Management
MERN stack has use for the development of this project. MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack.
- MongoDB - document database
- Express(.js) - Node.js web framework
- React(.js) - a client-side JavaScript framework
- Node(.js) - the premier JavaScript web server
Express and Node make up the middle (application) tier. Express.js is a server-side web framework, and Node.js the popular and powerful JavaScript server platform.
- Install NodeJS v14.18.0
In the app directory, first:
then, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
In the api directory, first:
then, you can run:
Runs the server in the development mode.