Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New API]: College_Lectures_API #82

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added New_APIs/College_Lectures_API/Output_Sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions New_APIs/College_Lectures_API/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# College Lecture Management API

This is a simple API for managing college lectures. It allows users to search for a particular lecture of their college.

# Getting Started

# Prerequisites
- Node.js installed on your local machine
- npm (Node Package Manager) installed with Node.js

# Installation
- Clone the repository to your local machine
- Navigate to the project directory
- Install dependencies: `npm install`

# Usage

- Start the server: `node index.js`

- The server will start running on port 3000 by default. You can change the port by setting the PORT environment variable.

- Access the API endpoints using tools like cURL, Postman, or your preferred HTTP client.


# Sample Data

The API comes with sample lecture data for demonstration purposes. You can modify or extend this data as needed in the index.js file.
Loading
Loading