A web application built with Spring Boot and Angular, deployed using Docker Compose.
This project is a web application that combines the backend functionality of Spring Boot with the frontend user interface built using Angular. It's designed to be easily deployable using Docker Compose, allowing you to run both the backend and frontend in separate containers.
- Spring Boot backend with RESTful APIs.
- Angular frontend for a user-friendly interface.
- Docker Compose setup for easy deployment.
Before you begin, ensure you have the following:
- Docker: Install Docker
-
Clone this repository:
git clone https://github.com/Sddilora/Glamify.git cd Glamify
-
Build the Project:
docker-compose build
-
Run the Project:
docker-compose up
-
Check out what's happening at http://localhost:4200/
- Customize the frontend and backend according to your project requirements.
- Modify the Docker Compose configuration (docker-compose.yml) as needed.
- Deploy to a production environment using the Docker Compose configuration.
Contributions are welcome! Please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature/bugfix.
- Commit and push your changes.
- Submit a pull request.
MIT License.