This is an API for managing schedule built with Node.js and Express.js.
Make sure you have the following installed on your machine
-
Clone the repository:
git clone <repository-url>
-
Change to the project directory:
cd schedule_api -
Install the dependencies:
npm install
To start the API server, run the following command:
npm startThe server will start running on http://localhost:5001.
- GET /users - Get a list of all users.
- GET /users/:id - Get details of a specific appointment.
Make sure to replace :id with the actual ID of the appointment in the above endpoints.
Contributions are welcome! If you find any issues or want to enhance the functionality of the API, please submit a pull request.