- Created a Full Stack Web Application using MERN Stack.
- DevConnector is a social network platform for developers, which includes authentication, profiles and forum posts.
- Created an extensive backend API with Express and testing with postman , integrated React with Express using React Hooks and Async/Await practices and used JWT and OAuth for authentication
- Created the Interactive Web pages using React.js framework for register, login, profile, and dashboard pages
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX You will need to modify a default.json in the server config folder with
{
"mongoURI": 'YOUR_OWN_MONGO_URI',
"jwtSecret": 'YOUR_OWN_SECRET'
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX