Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/EliHood/ReactExpressPhotoShareApp
- Owner: EliHood
- Archived: true
- Created: 2019-06-23T20:58:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:30:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:06:57.974Z (over 1 year ago)
- Topics: bookshelf, chai, docker, enzyme, immer, jest, knex, material-ui, mocha, react, redux, redux-persist, redux-saga
- Language: JavaScript
- Homepage: https://mighty-springs-62046.herokuapp.com
- Size: 5.82 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
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`