Skip to content

Mosse-Sox/photolabs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photolabs

a simpler instagram clone, users can look at photos by topics and like photos all over the app.

  • Frontend
    • React
    • Sass
  • Backend
    • Node.js
    • Express
    • PSQL

Preview

  • Homepage homepage

  • Photos By Topic photos by topic

  • Like Anywhere In The App like anywhere in the app like notification

  • Sidepeek Modal View sidepeek modal view

Setup

Install dependencies with npm install in each respective /frontend and /backend.

[Frontend] Running Webpack Development Server

cd frontend
npm start

[Backend] Running Backend Servier

Read backend/readme for further setup details.

cd backend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • SCSS 13.7%
  • HTML 2.5%
  • CSS 1.0%