kabsu.me icon indicating copy to clipboard operation
kabsu.me copied to clipboard

A social media platform exclusive only for Cavite State University students, faculty, and alumni.

Welcome to Kabsu.me!

A social media platform exclusive only for Cavite State University students, faculty, and alumni.

Tech Stack

Roadmap

  • [x] Authentication
  • [x] Profile
  • [x] Posts
  • [x] Comments
  • [x] Likes
  • [x] Follows
  • [x] Notifications
  • [x] Infinite scrolling
  • [x] Search
  • [ ] Ratelimit
  • [ ] Account settings
  • [ ] Realtime
  • [ ] Messages
  • [ ] Tasks management
  • [ ] Mobile app?

Development

  1. Clone the repository
git clone https://github.com/bricesuazo/kabsu.me.git
  1. Install dependencies
pnpm install
  1. Create a .env file
cp .env.example .env
  1. Run the development server
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.