Not All Who Wander Are Lost 🌏
Clone the repository and install dependencies:
git clone https://github.com/your-username/WanderWall.git
cd WanderWall
npm installCreate a .env file in the root directory with the following variables:
MONGO_URI=<Your MongoDB connection string>
DB_NAME=<Your database name>
PORT=3000
Start the server:
npm start
Open your browser and navigate to:
This project uses MongoDB to store destinations . The database is hosted on Render for reliable access. Connection is handled securely via environment variables .
- HTML
- Node.js / Express
- MongoDB
- Render (Database hosting )
(https://wanderwall-1.onrender.com/)
This project is licensed under the MIT License.
