🚀 Backend service for CodeHive – powering authentication, APIs, caching, and database management.
- Node.js + Express
- PostgreSQL (users, data storage)
- MongoDB (questions, answers, replies, nested data)
- Redis (caching, sessions, rate limiting)
- GraphQL / REST APIs
# Clone repo
git clone https://github.com/Kelsen23/CodeHive-Backend.git
cd CodeHive-Backend
# Install dependencies
npm install
# Run development server
npm run dev
Contributions are welcome!
If you’d like to improve CodeHive-Backend, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License, so you’re free to use, modify, and share it.
Steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Make your changes
- Commit and push (
git commit -m "Add new feature" && git push origin feature-name
) - Open a Pull Request