NomadNest is a full-stack web application that supports digital nomads by offering affordable and flexible stay options tailored to their lifestyle needs providing 360 degree virtual view.
NomadNest aims to help remote workers and digital nomads easily discover, compare, and book short to mid-term housing options around the world. With a sleek user interface and reliable backend, it delivers a seamless experience for finding the perfect place to live and work.
- HTML5
- CSS3
- React.js
- Node.js
- MongoDB
- 🌐 Explore listings across different cities
- 🔍 Filter housing options by price, amenities, or duration
- 💬 User authentication and profile management
- 🗂 Save favorite properties and booking history
- ⚙️ 360 degree virtual view
Make sure you have the following installed:
- Node.js (v14+)
- npm or yarn
- MongoDB (local or remote)
- Git
git clone https://github.com/yourusername/NomadNest.git
cd NomadNest
## Run Locally
Clone the project
```bash
git clone https://github.com/Akhil4264/NomadNest.gitGo to the project directory
cd NomadNestGo to the server directory
cd serverInstall dependencies
npm installStart the server
npm run devGo to the client directory
cd ..
cd clientInstall dependencies
npm installStart the react server
npm start