Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

EliHood/ReactExpressPhotoShareApp

Repository files navigation

React Express Photo Sharing App

Tech Stack

  • Knex
  • Express
  • React
  • Redux
  • Redux Saga
  • Docker
  • Chai & Mocha for unit testing
  • Express Validator
  • Enzyme/Jest for front end unit testing

Update

  • User can upload images.
  • User authentication has client side validation
  • Docker friendly
  • Users can add comments to images.
  • Add likes to images
  • Heroku link should work now.
  • Redux Persist Integration(for no reason at alllll)

Knex

  • npm run migrate
  • npm run seed

Docker

  • docker-compose up --build --force-recreate