Welcome to the Friend's App repository! This social media platform offers unique features not available on other platforms, and we invite you to contribute to its growth.
Friend's App is a social media platform aimed at connecting people and fostering meaningful interactions. We believe in the power of open-source collaboration to make the app even better.
Star this repository if you find it useful!
Fork this repository if you want to contribute!
Pull requests are welcome. Please follow our CONTRIBUTING.md
Before you start contributing, please ensure you have the following prerequisites:
Follow these steps to set up Friend's App on your local machine:
Clone the repository:
git clone https://github.com/your-username/friends-app.git
Change to the project directory:
cd friends-app
Install dependencies:
# Angular frontend
cd frontend
npm install
# Spring Boot backend
cd ../backend
mvn install
Start the app:
# Start Angular frontend
cd ../frontend
ng serve
# Start Spring Boot backend
cd ../backend
mvn spring-boot:run
Now you should have the Friend's App running locally.