This project was generated with Angular CLI version 18.2.12. It a simple photo sharing application that allows users to upload and share. The application is built using Angular for the frontend and the backend is built using json-server.
- 
Clone the frontend repository:
git clone https://github.com/Yann-GitHub/facesnap-angular.git
 - 
Install the dependencies:
npm install
 - 
Run the server:
ng serve
 - 
Navigate to
http://localhost:4200/. The application will automatically reload if you change any of the source files. 
This project requires a backend to function correctly. Clone the backend repository from here.
- 
Clone the backend repository:
git clone https://github.com/OpenClassrooms-Student-Center/angular-intermediate-backend.git
 - 
Install the dependencies:
npm install
 - 
Run the server:
npm start
 - 
Navigate to
http://localhost:3000/. The server will automatically reload if you change any of the source files.