Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hc0127/mern-rota
Rota System
https://github.com/hc0127/mern-rota
duty expressjs mern mongoose nodejs react rota
Last synced: 7 days ago
JSON representation
Rota System
- Host: GitHub
- URL: https://github.com/hc0127/mern-rota
- Owner: hc0127
- Created: 2022-08-19T20:59:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T07:04:18.000Z (over 1 year ago)
- Last Synced: 2024-04-20T00:25:03.365Z (8 months ago)
- Topics: duty, expressjs, mern, mongoose, nodejs, react, rota
- Language: JavaScript
- Homepage:
- Size: 21.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Rota
This project is rota system for hospital - [live demo](https://servemirates.com)this system consists of 3 pages - basic data,assign and report, total
## Basic Data
nurse list, patient list, holiday list
## Assign & Report
Assign and Report nurse-patient,period,service content
## Total
Calculate total hours
# App
## Install
### Frontend
```sh
cd frontend & npm install
```### Backend
```sh
cd backend & npm install
```## Start Development
### Frontend
On frontend directory
```sh
npm start
```### Backend
On backend directory
```sh
node index.js
```## Build
### Frontend
```sh
npm run build
```# Environment
node version 16.13.2
npm version 8.3.1
mongoose