Skip to content

rishavgoenka/ManzilYatra-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManzilYatra

Welcome to ManzilYatra! Follow the steps below to set up the frontend and backend on your local machine.

Frontend Setup (React)

  1. Clone the repository

    git clone https://github.com/rishavgoenka/ManzilYatra-FE.git
    cd ManzilYatra-FE
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev

    This will start the frontend at http://localhost:5173.

Backend Setup (Spring Boot)

  1. Clone the repository

    git clone https://github.com/rishavgoenka/ManzilYatra-BE.git
    cd ManzilYatra-BE
  2. Set up the Spring Boot project

    • Open the project in your preferred IDE (e.g., IntelliJ, Eclipse).
    • Ensure your environment includes:
      • JDK 1.8
      • Maven (for managing dependencies)
  3. Configure the backend

    • Update the application.properties file with your database configurations and server settings.
  4. Run the backend server


Additional Notes


Contributing

Feel free to contribute by creating a pull request. For significant changes, please open an issue first to discuss what you'd like to change.

About

Frontend for project "ManzilYatra"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published