Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EliHood/ReactExpressPhotoShareApp

Sign up, Log-In, upload an image, and add comments photo sharing app.
https://github.com/EliHood/ReactExpressPhotoShareApp

bookshelf chai docker enzyme immer jest knex material-ui mocha react redux redux-persist redux-saga

Last synced: 24 days ago
JSON representation

Sign up, Log-In, upload an image, and add comments photo sharing app.

Awesome Lists containing this project

README

        

# 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`