Instagram clone app bootstrapped with Create React App
- MERN Stack Project
- Requires a
mongodb
database to store all the data. - It also requires some environment variables to be declared in the
.env
file such as MONGO_URI and JWT_SECRET
The installation can be done either using npm install
npm install
- HTML
- CSS
- JavaScript
- React
- NodeJS
- ExpressJS
- MongoDB
Run npm install command to install the dependencies used in the project such as bcrypt,jsonwebtoken,react-toaster,etc
- Delete profile feature
- Forgot Password