Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.99 KB

README.md

File metadata and controls

75 lines (50 loc) · 1.99 KB

Lokmanya Tilak College of Engineering - Student's Portal

Welcome to the Lokmanya Tilak College of Engineering student portal. This platform provides an all-in-one solution for managing various student-related activities, including internships, clubs, events, blogs, and even an online railway reservation system. It also hosts information about the annual institute-level event Zephyr.

image

Features

  • Internships: Browse and apply for internships posted by various companies.
  • Clubs: Discover and participate in various college clubs.
  • Events: Get updates on college events and stay informed about participation and registration.
  • Blogs: Read and contribute to the student blog section.
  • Online Railway Reservation System: Apply for railway concession certificate.
  • Zephyr: Detailed information and registration portal for the institute's annual fest.

Technologies Used

Installation and Setup

Clone the repository

git clone https://github.com/Technical-Vidya/Portal.git
cd Portal

Install dependencies

npm install

Run the development server

npm run dev

Build for production

npm run build

Start the production server

npm start

Environment Variables

Create a .env.local file in the root directory and add the following environment variables:

API_URL=your_api_url

Contributing

We welcome contributions! Please check out the Contributing Guidelines for more details.