Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 1.28 KB

README.md

File metadata and controls

86 lines (54 loc) · 1.28 KB

Bike-Service-Mern-Project

Requirements

1. Visual Studio code

2. npm

3. MongoDB compass

Run the Given commands

git clone https://github.com/kamaleshjk/Bike-Service-Mern-Project.git
cd  Bike-Service-Mern-Project

Backend

cd bikeservice/backend
npm install

Open New Terminal

Frontend

cd bikeservice/frontend
npm install

Run The Program

Run The Below Command to Start

In Backend Terminal

npm start

In Frontend Terminal

npm run dev

Open the Link

http://localhost:5173/

OUTPUT OF THE CODE

Register page

alt text

Login Page

alt text

Home Page

alt text

Service Register Page

alt text