This is a boilerplate project using the following technologies:
npm install
Make sure to add a config.js
file in the config
folder. See the example there for more details.
Production mode:
npm start
Development (Webpack dev server) mode:
npm run start:dev
A minimalistic MERN (MongoDB, ExpressJs, ReactJs, NodeJs) web app for running the administration of any Hospital and also a patient portal system for users to book appointments with doctors and check Notes from their previous visit.