Skip to content

Gayathri452/FLEET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

283 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Start Guide

This guide explains how to set up and run the project, including backend, and frontend.

1. Initial Setup and Running

Backend Setup and Running

  1. Navigate to the backend folder:
    cd backend
  2. Install dependencies:
    npm install
  3. Run backend:
    npm run dev
  4. open new terminal

Frontend Setup and Running

  1. Navigate to the frontend folder:
    cd frontend
  2. Install dependencies:
    npm install  
  3. Run frontend:
    npm run dev
  4. Open the Localhost which is shown after running the frontend in terminal.

The script will:
✅ Start the backend. ✅ Start the frontend application.

2. Notes

  • Ensure Mongodb and Node.js are installed before running the setup.
  • Stop the servers using CTRL + C.

3. Admin Login Credentials

  • Use the following credentials to sign in as an admin :
  • Email: fleetiitk@gmail.com
  • Password: admin123456

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.1%
  • CSS 24.5%
  • HTML 0.4%