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.
- Node.js
- Express.js
- MongoDB (with native MongoDB driver)
- dotenv
- CORS
- Clone the repository:
git clone https://github.com/ismail-dev-code/hobby-hub-server-code cd hobby-hub-server-code
├── 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```