Skip to content

Commit

Permalink
Merge pull request #82 from Asymtode712/ClgLect
Browse files Browse the repository at this point in the history
[New API]: College_Lectures_API
  • Loading branch information
dishamodi0910 authored May 14, 2024
2 parents d942d6b + d814401 commit 77146c3
Show file tree
Hide file tree
Showing 7 changed files with 1,232 additions and 0 deletions.
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

0 comments on commit 77146c3

Please sign in to comment.