Skip to content
forked from siddu015/Camply

If someone wants to stay private and just chill, they can. If someone wants to "level up their college game", the tools are here..

Notifications You must be signed in to change notification settings

bavitha01/Camply

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camply 🎓

Camply is where college students manage everything that matters — from exams to events, friends to clubs, all in one place. It's not another study app or social network — it's the space built just for your college life. Quiet when you need it, active when you want it. Whether you're trying to pass or make a mark, Camply fits how you move through college.

Project Structure

  • student_desk/: Python backend using Google ADK for student assistance
  • camply-web/: React/TypeScript frontend application
  • .cursor/: IDE configuration and rules for consistent development

Setting up Student Desk

Prerequisites

  • Python 3.x
  • pip

Setup Steps

  1. Create & activate virtual environment:
# Create venv
python -m venv .venv

# Activate venv - choose based on your OS:
# Mac / Linux
source .venv/bin/activate

# Windows CMD:
.venv\Scripts\activate.bat

# Windows PowerShell:
.venv\Scripts\Activate.ps1
  1. Install dependencies:
pip install google-adk

# Verify installation
pip show google-adk

Setting up Camply Web

Prerequisites

  • Node.js (LTS version)
  • npm/yarn

Setup Steps

  1. Navigate to web directory:
cd camply-web
  1. Install dependencies:
npm install
  1. Start development server:
npm run dev

The app will be available at http://localhost:5173 by default.

Development Tools

.cursor

The .cursor directory contains IDE configurations and rules that help maintain consistent code quality across the project. This includes:

  • Code formatting rules
  • Editor preferences
  • Project-specific settings

About

If someone wants to stay private and just chill, they can. If someone wants to "level up their college game", the tools are here..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.7%
  • Python 31.3%
  • CSS 1.9%
  • PLpgSQL 1.7%
  • JavaScript 1.1%
  • Dockerfile 0.2%
  • HTML 0.1%