Skip to content

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.

Notifications You must be signed in to change notification settings

ismail-dev-code/hobby-hub-server-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ 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:
    git clone https://github.com/ismail-dev-code/hobby-hub-server-code
    cd hobby-hub-server-code
    
    

📁 Project Structure

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




About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published