Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iiitv/club-collabaration-backend

🌠A coherent portal for clubs of our institute.
https://github.com/iiitv/club-collabaration-backend

contribute-a-thon hacktoberfest nodejs web

Last synced: 5 days ago
JSON representation

🌠A coherent portal for clubs of our institute.

Awesome Lists containing this project

README

        

# Club Collaboration - Backend

This repository contains the backend API for the Club Collaboration project, which supports the [Club Collaboration frontend](https://github.com/iiitv/club-collaboration-frontend) by providing data and services for clubs, events, announcements, and contact details. The backend is built using Node.js, Express.js, and MongoDB.

## Technology Used
- Node.js
- Express
- MongoDB

## Features

- **Clubs Overview**: Detailed information for all clubs, including members and descriptions.
- **Announcements & Events**: Manage and view club-specific announcements and events.
- **Image Galleries**: Upload and display event or club-related media.
- **Admin Panel**: Manage clubs, announcements, events, and images with admin access.
- **Search & Filter**: Easily find clubs, events, and announcements with search functionality.
- **User Authentication**: Secure login for users and admins.

## Setup Instructions

### Installation

1. Clone the repository:
```bash
git clone https://github.com/iiitv/club-collaboration-backend.git
```

2. Navigate to the project directory:
```bash
cd club-collaboration-backend
```

3. Install dependencies:
```bash
yarn install
```

4. Set up environment variables by creating a `.env` file in the root directory:
```bash
MONGODB_URI=
SESSION_SECRET=
EMAIL=
EMAIL_SECRET=
JWT_SECRET=
```

### Running

```bash
yarn start