The name of the app is called PhotoPegs. PhotoPegs is a social media app that allows users to post interesting moments of their lives.
- Creator
- Title
- Description
- Tags
- Upload an image
- React + Redux
- Node
- Express
- MongoDB (database)
- Like
- Delete
- Edit
- Submit
- Clear
Dependencies to install:
Client:
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-file-base64": "^1.0.3",
"react-redux": "^7.2.3",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"web-vitals": "^1.0.1"
Server:
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.12.3",
"nodemon": "^2.0.7"