Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nizarbenalla/spring-react-e-commerce-docker-compose
https://github.com/nizarbenalla/spring-react-e-commerce-docker-compose
docker docker-compose dockerfile java mysql react spring spring-boot
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nizarbenalla/spring-react-e-commerce-docker-compose
- Owner: NizarBenalla
- Created: 2023-10-08T21:35:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-24T16:47:47.000Z (about 1 year ago)
- Last Synced: 2023-10-25T00:26:08.573Z (about 1 year ago)
- Topics: docker, docker-compose, dockerfile, java, mysql, react, spring, spring-boot
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-react-e-commerce-docker-compose
This application is a result of collaboration among a group of passionate individuals who worked together to build an e commerce website for the sale of computer equipement.
## Meet the Team
- [Nizar BENALLA](https://www.linkedin.com/in/nizarbenalla/): Backend Developer
- [Mariam EL KATMOUR](https://www.linkedin.com/in/mariam-elkatmour): Backend Developer
- [Aziz QARBAL](https://www.linkedin.com/in/abdelaziz-qarbal/): Frontend Developer
- [Hicham MOURTAJ](https://www.linkedin.com/in/hicham-mourtaj-215039223/): Frontend Developer## Getting Started
To run this project locally, follow these steps:
1. **Install Dependencies**: Ensure you have the following tools and dependencies installed on your system:
- Docker
- Docker Compose2. **Clone the Repository**: Clone this repository to your local machine using the following command:
```shell
git clone https://github.com/NizarBenalla/spring-react-e-commerce-docker-compose.git3. Navigate to Project Directory: Change your current directory to the project directory:
```shell
cd spring-react-e-commerce-docker-compose/
```
4. Run Docker Compose: Start the project using Docker Compose (v2):```shell
docker compose up
```
This command will build and start the necessary containers for your application.Access the Application: Once the containers are up and running, you can access the application in your web browser at:
```html
http://localhost:3000
```