Social Media Application.
Front End: React, Redux, Material UI
Back End: NodeJS, ExpressJS
Database: MongoDB
- Register and Login screens for authentication.
- Integration of Captcha for login/registration forms.
- Users can authenticate with their username/email and password.
- Validation for all sorts of data and input fields.
- Post listing indexed based on the following criteria:
- Time created
- Amount of likes
Clone the project
git clone https://github.com/imashaWe/social-bookGo to the project directory
cd social-book/packagesInstall dependencies for backend
cd backend yarn installStart the backend server
yarn run startInstall dependencies for frontend
cd frontend yarn installStart the frontend
yarn run startTo deploy this project run
docker-compose up