Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clubgamma/club-gamma-backend
This is the official repo for club gamma hacktoberfest backend server.
https://github.com/clubgamma/club-gamma-backend
backend express expressjs hacktoberfest hacktoberfest2024 node nodejs prisma
Last synced: 9 days ago
JSON representation
This is the official repo for club gamma hacktoberfest backend server.
- Host: GitHub
- URL: https://github.com/clubgamma/club-gamma-backend
- Owner: clubgamma
- License: mit
- Created: 2024-10-08T08:42:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-25T13:52:36.000Z (13 days ago)
- Last Synced: 2024-10-25T16:15:56.076Z (13 days ago)
- Topics: backend, express, expressjs, hacktoberfest, hacktoberfest2024, node, nodejs, prisma
- Language: JavaScript
- Homepage: https://clubgamma.vercel.app
- Size: 219 KB
- Stars: 0
- Watchers: 0
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# π 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 β¨
- **π‘ Be Creative:** Submit wild and rule-breaking pull requests! Sometimes, chaos is genius! π€
- **π Preserve the Legacy:** Donβt remove existing content. Build on it like a creative LEGO master π§±.
- **β‘ Code Style?** Whether itβs a work of art or a spaghetti monster, if it works, weβll consider it π.
- **π Fame Awaits You:** Add your name to the `contributorsList`! Everyone needs credit for their epicness! βοΈ
- **Keep It Bite-Sized:** Small, focused pull requests keep conflicts down and code reviews smooth. π«---
## π 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. π»```bash
git clone https://github.com/clubgamma/club-gamma-backend.git
```3. **Enter the Project Zone:**
- Navigate like a pro:```bash
cd club-gamma-backend
```4. **Branch Off, Hero:**
- Create your new branch (donβt forget to give it a cool name):```bash
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:```bash
git commit -m "Added [Your Epic Feature]"
```7. **Push It Real Good:**
- Send your genius back to your GitHub fork:```bash
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:**
```bash
git remote add upstream https://github.com/clubgamma/club-gamma-backend.git
```2. **Verify the Remote:**
```bash
git remote -v
```3. **Sync It Up:**
- Pull in the latest and merge it:```bash
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** π«---