https://github.com/ismail-dev-code/hobby-hub-server-code
https://github.com/ismail-dev-code/hobby-hub-server-code
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismail-dev-code/hobby-hub-server-code
- Owner: ismail-dev-code
- Created: 2025-06-03T05:03:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T04:31:20.000Z (8 months ago)
- Last Synced: 2025-06-25T05:27:59.575Z (8 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛠️ HobbyHub Backend API
This is the **HobbyHub** backend server built using **Node.js**, **Express.js**, and **MongoDB**. It uses **dotenv** to manage environment variables and **CORS** to handle cross-origin requests.
---
## 📦 Tech Stack
- **Node.js**
- **Express.js**
- **MongoDB (with native MongoDB driver)**
- **dotenv**
- **CORS**
---
## 🔧 Installation & Setup
1. **Clone the repository:**
```bash
git clone https://github.com/ismail-dev-code/hobby-hub-server-code
cd hobby-hub-server-code
## 📁 Project Structure
```HOBBYHUB-BACKEND/
├── node_modules/
├── .env # Environment variables
├── .gitignore # Ignored files and folders
├── index.js # Main server file
├── package.json # Project metadata and dependencies
├── package-lock.json # Exact dependency versions
└── README.md # Project documentation```