All Projects → ospic → webapp

ospic / webapp

Licence: Apache-2.0 license
Hospital management system web application repo

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to webapp

Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-4.88%)
Mutual labels:  nuxtjs, vuetify
platform
Community platform for dancers
Stars: ✭ 30 (-26.83%)
Mutual labels:  netlify, nuxtjs
Sails Nuxt
Sails + Nuxt + Vuetify Combo <3
Stars: ✭ 92 (+124.39%)
Mutual labels:  nuxtjs, vuetify
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-7.32%)
Mutual labels:  nuxtjs, vuetify
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-56.1%)
Mutual labels:  netlify, nuxtjs
nuxt-lifecycle
[Public Repo] - Microsite about Nuxt Lifecycle Hooks built with Nuxt
Stars: ✭ 33 (-19.51%)
Mutual labels:  nuxtjs, nuxt-i18n
demo-portfolio
A demo portfolio website
Stars: ✭ 15 (-63.41%)
Mutual labels:  netlify, nuxtjs
nuxtjs-nestjs-starter
Starter project for nuxtjs and nestjs all in one integrated.
Stars: ✭ 56 (+36.59%)
Mutual labels:  nuxtjs, vuetify
Nuxt Netlify Functions Example
Nuxt.js example for running Netlify functions locally in a dev environment and as a generated static site deployed to Netlify
Stars: ✭ 59 (+43.9%)
Mutual labels:  netlify, nuxtjs
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (-60.98%)
Mutual labels:  netlify, vuetify
graduation-web
A PWA for the community of students of CEIT Department at Amirkabir U of Technology (Class of 2018)
Stars: ✭ 25 (-39.02%)
Mutual labels:  nuxtjs, vuetify
Nuxt Netlify Cms Starter Template
⚡ Build server-less, static websites with Vue.js and Netlify CMS.
Stars: ✭ 186 (+353.66%)
Mutual labels:  netlify, nuxtjs
nuxt-typescript-vuetify
nuxt-typescript-vuetify.justhannes.now.sh
Stars: ✭ 29 (-29.27%)
Mutual labels:  nuxtjs, vuetify
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (+656.1%)
Mutual labels:  nuxtjs, vuetify
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+87.8%)
Mutual labels:  nuxtjs, vuetify
cvfy
CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.
Stars: ✭ 165 (+302.44%)
Mutual labels:  netlify, nuxtjs
Blog2.0
基于Nuxt(ssr)+Vuetify+elementUi+nodeExpress+mongoDb的个人博客全栈项目
Stars: ✭ 20 (-51.22%)
Mutual labels:  nuxtjs, vuetify
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+29.27%)
Mutual labels:  nuxtjs, vuetify
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+221.95%)
Mutual labels:  netlify, nuxtjs
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: ✭ 97 (+136.59%)
Mutual labels:  netlify, nuxtjs

HMS 🏥

Open source Hospital Management System (HMS)

DeploymentGitHub Actions SourceForge

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

Usefulness

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...

Getting started using

Login Credentials:

 Username: `demo`
 Password: `password`

Getting started (Developing)

  1. Ensure you have the following installed in your system:

    git, npm

  2. Install vuejs and vue-cli.

  3. Clone the project

git clone https://github.com/ospic/webapp.git
  1. cd into project root directory.

  2. Install the dependencies.

npm install
  1. To preview the app, run npm run dev and navigate to http://localhost:8000 in your browser.
  2. 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

Api documentations

Platform api's are well written in Swagger and we improve this documentation daily. Click to get started working with api's

Open application in Gitpod

For quick start you can open this poroject in online IDE GitPod.io right away! Code Now! (Gitpod)

Contribution Guidlines:

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.

Where can I get more help, if I need it?

You are welcome to discuss with us in discussion channel

What you can contribute ?

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

Build Setup

# 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

Open Collective backers and sponsors DigitalOcean Referral Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].