Hospital Management System (HMS)
Ospic Web App is the renovated version of the Ospic applications, an effective hospital resource and patient management system and a default web application for its built on top of its own platform.
It is a simple SPA written in modern standard web technologies such as HTML5, SCSS and JavaScript. It grasp the popular VueJs framework and Nuxt, a free and open source web application framework for VueJs, NodeJs and Webpack
Ospic seems the health system is one of essential socio-economic activities; therefore, it requires rational and effective management. Hospital management systems allows us the ability to optimize and digitize all the processes within the health institution, which will help to improve customer service, reduce process costs, streamline the search of medical records, bills, patients, doctors, etc.; thus, having a database of each module implemented. Having a hospital management system in place will benefit an organization with Tract financials better,Secure your data i.e hospital and patient datas,Eradicate Errors (esp. Human Errors),Make Diagnosis and Treatment Easier,Increase Patient Satisfaction,Improve Hospital Quality Ratings and More...
- Live server Click Here
- Github pages: Click Here
Login Credentials:
Username: `demo`
Password: `password`
-
Ensure you have the following installed in your system:
-
Install vuejs and vue-cli.
-
Clone the project
git clone https://github.com/ospic/webapp.git
-
cd
into project root directory. -
Install the dependencies.
npm install
- To preview the app, run
npm run dev
and navigate tohttp://localhost:8000
in your browser. - In your project go to
plugins/axios.js
and comment this line.
api.setBaseURL(
process.env.NODE_ENV === "production"
? process.env.baseUrl
: process.env.localUrl
);
conversely remove comment from this line.
/* api.setBaseURL(process.env.baseUrl); */
Refresh page and the application is using the development server with basic authentication by default. The credentials for the same are:
Username - demo
Password - password
Platform api's are well written in Swagger and we improve this documentation daily. Click to get started working with api's
For quick start you can open this poroject in online IDE GitPod.io right away!
First of all, thank you for considering contributing to this Opsic HMS project. It takes a one good person like you to change the world and toward simplification of our own medical data na histories.
- For development, read our contribution guidlines
- To report a bug use bug reporting template
- To request a new feature or chnages use Feature request template
You are welcome to discuss with us in discussion channel
We consider contribution as anything that may add value to application such as Bug reporting, Any idea of value and we have provided some more highlight in here
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate