Skip to content

tejasjadhav30/humsafar-react-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation


Humsafar - React Spring Boot Application

Humsafar is a web application built using React.js for the frontend and Spring Boot for the backend. It provides a platform for users to connect, share experiences, and plan trips together.

Features

  • User Authentication: Secure user authentication and authorization mechanisms.
  • Trip Planning: Users can plan trips, create itineraries, and share them with friends.
  • Social Connectivity: Connect with friends, join groups, and share trip experiences.
  • Real-Time Updates: Receive real-time updates on friends' activities and trip plans.
  • Responsive Design: Ensures seamless user experience across various devices.

Technologies Used

  • Frontend:

    • React.js
    • Redux for state management
    • React Router for navigation
    • Material-UI for UI components
  • Backend:

    • Spring Boot
    • Spring Security for authentication
    • Spring Data JPA for database interaction
    • MySQL database

Installation

  1. Clone the repository:

    git clone https://github.com/tejasjadhav30/humsafar-react-springboot.git
  2. Navigate to the frontend directory:

    cd humsafar-react-springboot/frontend
  3. Install frontend dependencies:

    npm install
  4. Navigate to the backend directory:

    cd ../backend
  5. Install backend dependencies:

    ./mvnw install

Usage

  1. Start the backend server:

    ./mvnw spring-boot:run
  2. Start the frontend development server:

    npm start
  3. Access the application:

    Open your browser and navigate to http://localhost:3000.

Contributing

Contributions are welcome! Please follow the guidelines outlined in CONTRIBUTING.md.

Acknowledgements

  • This project was inspired by the need for a platform to connect travelers and plan trips together.
  • Special thanks to all contributors and open-source projects used in this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors