Skip to content

shabi640/spimun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SPIMUN 2025

The official platform for St.Peters International Modelling United Nations 2025

GitHub issues GitHub license

πŸ“‹ Table of Contents

πŸ” Overview

SPIMUN 2025 is a comprehensive platform designed for the Shanghai Pinghe International Model United Nations conference. The platform facilitates delegate registration, committee assignments, resolution submissions, and communication between participants.

✨ Features

  • Delegate Management: Register, sign in, and manage delegate profiles
  • Committee System: Browse and join different UN committees
  • Resolution Submission: Submit and review resolution papers
  • Real-time Updates: Get notifications about schedule changes and important announcements
  • Admin Dashboard: Comprehensive tools for organizers and chairs
  • Responsive Design: Works on desktops, tablets, and mobile devices

πŸ› οΈ Tech Stack

Frontend

  • Vue.js 3 with Composition API
  • TypeScript
  • Vue Router
  • Modern CSS with animations and glassmorphism design

Backend

  • Node.js
  • Express.js
  • MongoDB
  • JWT Authentication

πŸš€ Getting Started

Prerequisites

  • Node.js (v14 or newer)
  • npm or yarn
  • MongoDB (for backend)

Installation

Clone the repository:

git clone https://github.com/shabi640/spimun.git
cd spimun

Frontend Setup

# Navigate to frontend directory
cd frontend

# Install dependencies
npm install

# Create a .env file for environment variables
cp .env.example .env

Backend Setup

# Navigate to backend directory
cd ../backend

# Install dependencies
npm install

# Create a .env file for environment variables
cp .env.example .env

Update the .env files in both directories with your specific configurations.

Environment Variables

For security reasons, sensitive data like API keys and secret tokens are stored in environment variables. The repository includes .env.example files that show the required variables without exposing actual values.

Important environment variables:

  • DEEPSEEK_API_KEY: Your DeepSeek API key for AI formatting features
  • JWT_SECRET_KEY: Secret key for JWT token generation

To set up:

# Copy the example file
cp .env.example .env

# Edit the .env file with your actual values
nano .env

⚠️ Never commit your actual .env file to version control!

πŸ’» Usage

Running the Frontend

# From the frontend directory
npm run dev

# Or to build for production
npm run build

The frontend development server will start at http://localhost:5173 (or another port if 3000 is in use).

Running the Backend

# From the backend directory
npm run dev

# Or to run in production mode
npm start

The backend API will be available at http://localhost:8000 by default.

πŸ“± Screenshots

Home Page Dashboard

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

πŸ“„ License

This project is licensed under the MIT License - a permissive license that allows you to:

  • βœ… Use the software commercially
  • βœ… Modify the software
  • βœ… Distribute the software
  • βœ… Use and modify the software privately

The only requirement is to include the original copyright and license notice in any copy of the software/source.

See the LICENSE file for the full text of the license.

πŸ“¬ Contact

Project Link: https://github.com/shabi640/spimun


⭐ Star us on GitHub β€” it helps!

About

A website used for sumitting clauses during a MUN conference

Topics

Resources

License

Stars

Watchers

Forks

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy