Skip to content

Latest commit

Β 

History

144 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— RideShare - Production Deployment Guide

A full-stack TypeScript monorepo with Express backend, React frontend, and MongoDB database.

πŸš€ Quick Start

Required tools:

  • Node.js 18+
  • npm
  • Git
# Clone the repository
git clone <your-repo-url>
cd project_react_node

# Install dependencies for backend and frontend
npm run install:all

# Set up environment variables for the backend
cd server
cp .env.example .env
# Edit .env to add your configuration

# Start backend server
npm start

# In a new terminal, start frontend
cd ../client
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages