Skip to content

Daniel-Musunza/transist-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookingsetter MERN app

This is the bookingsetter app

Usage

Rename the .envexample to .env and add your MONGO_URI

Install dependencies

# Backend deps
npm install

# Frontend deps
cd frontend
npm install

Run Server

npm run server