An open API service indexing awesome lists of open source software.

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

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```