The client side of the DocLab web application. It's let's you make appointments with the doctors.
You can watch the demo of the website at DocLab
You can find the repository of the backend used in this project at DocLab Backend
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.
From your command line:
# Clone this repository
git clone https://github.com/Yashrif/doclab-frontend.git
# Go into the repository
cd doclab-frontend
# Install dependencies
npm i
# Run the app
npm start
To run the backend server in your local machine executes the following lines from your terminal:
# Clone this repository
git clone https://github.com/jahidem/DocLab-backend.git
# Go into the repository
cd DocLab-backend
# Run the app
mvn spring-boot:run
Now replace the url of the SERVER variable from ./src/assets/variable/value.js with the local server url (Typically the url would be - http://localhost:8085)
For more backend server related queriers, follow the documentation at DocLab Backend
Note: Java Jdk and Maven needs to be installed to run the backend server.
The MIT License (MIT)
Copyright © 2023 Yashrif
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.