/HRS

hospital reservation system

Primary LanguageJavaScript

HRS

Hospital Reservation System

ERD DIAGRAM

alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

Start with cloning this repo on your local machine:

$ git clone https://github.com/ahmadyasser01/HRS.git
$ cd HRS

To install and run up the server, run:

$ cd server
$ npm i

Serving the app

$ npm start

To install and run up the client UI, run:

$ cd client
$ npm i

Serving the app

$ npm start

MAKE SURE YOU HAVE .env FILE IN THE SERVER DIR