Skip to content

A MERN-based web application for booking online doctor appointments, including pre-diagnostic forms and online prescriptions.

Notifications You must be signed in to change notification settings

abdullahgulraiz/ArztSpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArztSpot

A web project made for partial fulfillment of requirements of course IN2087: Software Enginnering for Business Applications.

Requirements

  • Node.js

Steps

  1. Install the dependencies

    cd ArztSpot/backend

    npm install

    cd ../frontend

    npm install

  2. Paste the .env file in backend/config/

  3. Run the backend

    Open a terminal inside Arztspot/backend/ directory, and run

    npm run dev

  4. Run the frontend

    Open a terminal inside Arztspot/frontend/ directory, and run

    npm start

    A browser window should open with homepage of front-end.

About

A MERN-based web application for booking online doctor appointments, including pre-diagnostic forms and online prescriptions.

Resources

Stars

Watchers

Forks