The app to post cards from personal profile and the api for storing data
HTML
|
CSS
|
JavaScript
|
ReactJS
|
NodeJS
|
- Sign up/resiter user
- Auto authorisation with encrypted token
- Adding cards
- Editing user data
- An opportunity to delete only yours cards
- Showing zommed pictures by clicking on cards
-
check MongoDB path in backend/app.js:23
-
Frontend
cd frontend/
yarn install
yarn start
Backend
cd backend/
yarn install
yarn dev




