Zulhaditya / rsud-website

A patient data management website using MERN Stack.

Home Page:https://rsudwonosari.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSUD Website

A patient data management website using MERN Stack. Link to website here.

Table of Contents

General Information

  • Fully functionality CRUD and search function based on database.
  • This project is a case study of website development at Wonosari Hospital.

Technologies Used

  • MongoDB - version 6.0.7
  • Express - version 4.18.2
  • React - version 18.2.0
  • Node.js - version 18.13.0

Features

  • Admin login.
  • Create, Read, Update, and Delete patient data.
  • Clean and simple frontend design.
  • Sort data by date.
  • Search data by name and clinic.
  • Pagination data tables using react-pagination.

Screenshots

Example screenshot

Example screenshot

Setup

To run this project, install it locally using npm:

# clone this repository
git clone git@github.com:Zulhaditya/contact-webapp.git

# install server dependencies
cd server
npm install
npm start

# install client dependencies
cd client
npm install
npm start

Project Status

Project is: under development.

Room for Improvement

  • Improve for mobile design.
  • Add validation for each form input patient.

Acknowledgements

  • If you want to see the design, you can visit the following link.

Contact

Created by @Zulhaditya - feel free to contact me!

About

A patient data management website using MERN Stack.

https://rsudwonosari.netlify.app/


Languages

Language:JavaScript 98.2%Language:HTML 1.4%Language:CSS 0.5%