X Clone is a project that aims to create a clone of the famous social media platform "X" using the Angular framework for the frontend and the Spring Boot framework for the backend.
git clone https://github.com/OmBayus/x-clone.git
To run the application, use the following command:
cd x-clone
./gradlew build && docker-compose up -d
and then stop the application using:
docker-compose down
Frontend Component Diagram | Backend Database Diagram
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
made with 🤍