Skip to content

Yann-GitHub/facesnap-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapface

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.

FRONTEND

Running the frontend

  1. Clone the frontend repository:

    git clone https://github.com/Yann-GitHub/facesnap-angular.git
  2. Install the dependencies:

    npm install
  3. Run the server:

    ng serve
  4. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

BACKEND

This project requires a backend to function correctly. Clone the backend repository from here.

Running the backend

  1. Clone the backend repository:

    git clone https://github.com/OpenClassrooms-Student-Center/angular-intermediate-backend.git
  2. Install the dependencies:

    npm install
  3. Run the server:

    npm start
  4. Navigate to http://localhost:3000/. The server will automatically reload if you change any of the source files.