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