Skip to content

A MERN application that helps a developer to connect with different developers. After login users can create their profile, view others' profiles, and create a post. They can comment on posts and give like.

Notifications You must be signed in to change notification settings

Kishan2029/Dev_Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React

 

Developer Connector

Github top language Github language count Repository size Github stars


🎯 About

Created fullstack MERN application to help a developer to connect with other developers. Developer can view the profile of other developers even if they are not logged in. But if they want to create post or an interact with a post they must login. App is using github api to fetch the latest projects of the developer.

✨ Features

  • Login and Registration (JWT token)
  • Create/Edit your profile
  • View others profile
  • Create post
  • Comment on post
  • Give a like on post

🚀 Technologies

The following tools were used in this project:

  • React.js
  • Express.js
  • MongoDB
  • Node.js
  • JSON web token
  • Redux
  • Bootstrap

Deploy Link

https://dev_connector-app.netlify.app/

🏁 Starting

# Run client
$ cd client
$ npm i  # Install dependencies
$ npm run client # starts client server

# Run server
$ npm run server # starts express server

# Run client and server together
$ npm run dev # starts both server


# The client server will initialize in the <http://localhost:3000>
# The express server will initialize in the <http://localhost:8080>

 

Back to top

About

A MERN application that helps a developer to connect with different developers. After login users can create their profile, view others' profiles, and create a post. They can comment on posts and give like.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published