clubgamma / club-gamma-backend

This is the official repo for club gamma hacktoberfest backend server.
https://clubgamma.vercel.app
MIT License
0 stars 13 forks source link
backend express expressjs hacktoberfest hacktoberfest2024 node nodejs prisma

🎉 Welcome to the Club Gamma Project 🎉

We’re super excited that you’re here! 🤩 Whether you’re fixing bugs, adding features, or creating something entirely new, we appreciate your contributions. Just make sure to follow these groovy guidelines so we can all stay in sync and have fun!


✨ General Rules ✨


🚀 Getting Started 🤗

  1. Fork the Repository:

    • Hit that fork button at the top-right like it owes you money! 💰
  2. Clone Your Fork:

    • Bring that fork to your machine with some fresh git magic. 💻
    git clone https://github.com/clubgamma/club-gamma-backend.git
  3. Enter the Project Zone:

    • Navigate like a pro:
    cd club-gamma-backend
  4. Branch Off, Hero:

    • Create your new branch (don’t forget to give it a cool name):
    git checkout -b my-new-branch
  5. Hack Away: 🛠️

    • Make your changes, save the world one line at a time!
  6. Commit Those Epic Changes:

    • Give us some context with a snazzy commit message:
    git commit -m "Added [Your Epic Feature]"
  7. Push It Real Good:

    • Send your genius back to your GitHub fork:
    git push origin my-new-branch
  8. Make a PR (Pull Request):

    • Go to GitHub, open a Pull Request, and show us what you got! 🚀💥

🤝 Keeping It Conflict-Free {Syncing Your Fork}

Stay updated and conflict-free with the latest code from the main repo. Here’s how to keep your fork in sync:

  1. Add the Main Repo as Upstream:

    git remote add upstream https://github.com/clubgamma/club-gamma-backend.git
  2. Verify the Remote:

    git remote -v
  3. Sync It Up:

    • Pull in the latest and merge it:
    git fetch upstream
    git merge upstream/main
  4. Stay Fresh:

    • Regularly sync with upstream to avoid any merge madness. 🌀

🎨 Styling Vibes

We want this project to reflect the creative and fun energy of our contributors, so keep it funky but functional. Code with flair, follow the guidelines, and let’s build something awesome together! 🌟✨


🖤 Thank You for Being Awesome! 🖤

Your contributions make this project better. Whether it’s a small bug fix or a massive feature, we appreciate every bit. Stay cool and keep hacking! 🤖


With love,
Club Gamma Team 💫