Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 770 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 770 Bytes

DevConnect

  1. Created a Full Stack Web Application using MERN Stack.
  2. DevConnector is a social network platform for developers, which includes authentication, profiles and forum posts.
  3. 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
  4. 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