Skip to content

Valley Store is a full-stack web application where front-end is made entirely in ReactJs and back-end in Spring-Boot .It was a group project . My role in this project was to develop back-end using Spring-Boot and MySQL as a database

Notifications You must be signed in to change notification settings

AsifAliJaun/Valley_Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Valley Store

Valley Store is a full-stack web application developed as a group project. It features a ReactJS front-end, a Spring Boot back-end, and utilizes MySQL as the database. This README file provides an overview of the project, installation instructions, and other useful information.

Features

  • User-friendly and responsive UI built with ReactJS.
  • Efficient and scalable back-end powered by Spring Boot.
  • Data storage and management using MySQL database.

Technologies Used

  • Front-end: ReactJS
  • Back-end: Spring Boot
  • Database: MySQL

Installation

To run Valley Store locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/valley-store.git
  2. Set up the front-end:

    cd valley-store/frontend
    npm install
  3. Set up the back-end:

    • Ensure that you have Java and Maven installed.
    • Import the back-end project located in valley-store/backend into your preferred IDE.
    • Configure the database connection settings in the application.properties file.
  4. Start the application:

    • Start the front-end:

      cd valley-store/frontend
      npm start
    • Start the back-end:

      • Run the main application class in your IDE.

      • Alternatively, use the following Maven command in the valley-store/backend directory:

        mvn spring-boot:run
  5. Access the application:

    Once both the front-end and back-end are running, open a web browser and visit http://localhost:3000 to access the Valley Store application.

Contributing

Contributions to Valley Store are welcome! If you find any bugs, have feature requests, or would like to make improvements, please submit an issue or create a pull request. We appreciate your contributions.

Feel free to customize the README file according to your specific project requirements. Provide information about the project, installation instructions, technologies used, contribution guidelines, licensing, and contact details.

About

Valley Store is a full-stack web application where front-end is made entirely in ReactJs and back-end in Spring-Boot .It was a group project . My role in this project was to develop back-end using Spring-Boot and MySQL as a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published