Full stack, fully-featured social media application using React,Typescript,Clean-archicture, Firebase,Socket.io,S3 bucket, Redux, Express, and Material-UI.
Implemented backend REST API server with Node.js and Express and cloud functions on Firebase
To log in: make any email you want and password longer than 4 characters
Features:
- Make posts, like them and add comments
- user login, sign up, and authentication
- Customize your user profile
- Image uploads
- Notifications
- Image upload using S3
- Chat
Website: https://cambiame.site/
To run this app:
run cd client
run npm install
run npm start
go to http://localhost:3000
To run this app:
run cd server
run npm install
run npm ryn build
run npm start
Or
run npm run dev