Welcome to Med Connect! This is a Node.js application provide a comprehensive system for managing medical appointments and patient information.
- Owners: Juan Plasencia, Bailey Nance, Matthew Neff, Sterling Welker, Corbin Meacham.
- Production URL: https://med-connect-xf6a.onrender.com/
To get started with Med Connect, follow these steps:
- Clone the repository:
git clone https://github.com/Juarpla/med-connect.git
- Navigate to the project directory:
cd med-connect
- Install the dependencies:
npm install
To start the application make sure all environment variables in server.js file exist in .env, then use the following command:
npm start
The application will run on http://localhost:8080 by default.
You can find the API documentation at the following URL: https://med-connect-xf6a.onrender.com/api-docs/
We use Swagger for API documentation. To view the Swagger UI locally, follow these steps:
- Ensure your application is running.
- Open your browser and navigate to http://localhost:8080/api-docs.