Skip to content

ubctliu/photolabs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

PhotoLabs is a single-page application created as part of the React course using a combination of Express and PostgreSQL for the back-end with React and Node.js for the front-end. This project simulates a user's experience using a photo-posting platform that allows for modal-viewing, favoriting, querying by search terms, sorting by photo category, and more.

Technology Stack

  • JavaScript
  • React
  • Express
  • Node.js
  • SCSS
  • HTML
  • SQL

Screenshots

"front-page" "modal-view" "topic-selected" "light-mode-favorites"

Setup

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

[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 79.3%
  • SCSS 18.0%
  • HTML 1.9%
  • CSS 0.8%