Restaurant Projec using SpringBoot, AWS and React, please check the code and help me to improve it...
Be Sure to have installed Git in your machine in order to run the next commands:
git clone https://github.com/CristianLopez3/ADSO-PROJECT.git menu-easy
cd menu-easy
Now you can try running the docker compose in this directory with the next commands:
docker-compose build
docker compose up
For this project We are using the following technologies:
menu-easy
├── backend
│ ├── src
│ │ ├── main
│ │ │ ├── java
│ │ │ │ ├── com
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── domain
│ │ │ │ │ │ ├── infra
│ │ │ │ │ │ ├── s3
│ │ │ │ │ │ ├── MenuEasyApplication.java