Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Roshanbhagat021/CollegeEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🎓 CampusCalendar

This is a website where students can see all the evetns that are happing in there colleges and participate there and volunteer.


Table of Contents

  1. Features
  2. Tech Stack
  3. Setup Instructions
  4. Envirnment Variables
  5. Deployment

Features

  • See All Events
  • Admin can Create Events
  • Students can participate and volunteer
  • Filter Events by there Clubs names

Tech Stack

  • Frontend

    • React
    • Tailwind
  • Backend

    • MongoDb(Database)
    • Express
    • Node.js
    • Mongoose
  • Deployment

    • Netlify (For Frontend)
    • Render (For Backend)

Setup Instructions

Prerequisites

  1. Install Node.js and npm.

Clone the Repository

git clone https://github.com/Roshanbhagat021/CollegeEvent.git
cd CollegeEvent

Install Dependencies

For Frontend

cd client
npm install

For Backend

cd server
npm install

Run Localy

For Frontend

cd client
npm run dev

For Backend

cd server
npm start

Note

Note: Server will run on http://localhost:8080 locally.

Visit http://localhost:5173 in your browser to access the website.

Envirnment Variables

This project uses a .env file to securely store API keys. Create a .env file in the client and server directory with the following keys:

<!-- For Frontend -->
VITE_API_BASEURL = your-server-base-url

<!-- For Backend -->
mongoURL = your-mongodb-connection string

Devlopment

About

College event portal where students can see all the upcoming events and register on the events .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published