Skip to content

Hanjangweb/Urban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urban - MERN Stack Application

A full-stack web application built with the MERN stack.

Features

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.

Tech Stack

MongoDB

Express.js

React.js

Node.js

Project Structure

/frontend: React application (UI).

/backend: Express server and API routes.

Setup Instructions

Clone the repo:

git clone https://github.com/Hanjangweb/Urban.git

Install Backend Dependencies:

cd backend npm install

Install Frontend Dependencies:

cd ../frontend npm install

Run the App:

Backend: npm start (inside /backend)

Frontend: npm start (inside /frontend)

Environment Variables

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).

About

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors