Urban - MERN Stack Application
A full-stack web application built with the MERN stack.
Frontend: React.js for a dynamic user interface.
Backend: Node.js & Express.js handling API requests.
Database: MongoDB for flexible data storage.
Deployment: Hosted on Vercel.
MongoDB
Express.js
React.js
Node.js
/frontend: React application (UI).
/backend: Express server and API routes.
git clone https://github.com/Hanjangweb/Urban.git
cd backend npm install
cd ../frontend npm install
Backend: npm start (inside /backend)
Frontend: npm start (inside /frontend)
To run this project locally, you will need to add a .env file in the backend directory with the following variables:
MONGODB_URI: Your MongoDB connection string.
PORT: The port for your server (e.g., 5000).