Skip to content

imanechkikar/fb-photos-exporting-express-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fb-photos-exporting-express-react

Description

the aim of this app is to let the user export his photos from Facebook.

Requirements and Installation

  • Back-End

    • technologies used

      • ExpressJS
      • mongoose ( Mongodb is required in order to run this app . Install, follow instructions here )
    • How to use ?

       > npm install 
       > node server.js   
       the server is running at http://localhost:8300
  • Front-End

    • technologies used

      • ReactJS
      • React Router
      • Redux
      • Material-UI
      • Axios
    • How to use ?

       > npm install
       > npm start 
       the client is running at http://localhost:3000