A Social media platform built for developers built with NodeJs(api) and Reactjs
To see this app in action,Go here https://connectdevs.herokuapp.com/
-
Authentication
- Developer signup with username password and email
- input errors validation is handled
-
Authorisation
- Only authorised Developers can manage their profile
- Post feed is available to authenticated Developers only
-
Post feed
-
Developers can post on the feed
-
Developers can like/unlike the post
-
Developers can comment on the post
-
-
Developers section
- Any authenticated/unauthenticated user can see developer's profile
This app contains API secrets and passwords that have been hidden deliberately, so the app cannot be run with its features on your local machine. However, feel free to clone this repository if necessary.
git clone https://github.com/anmolmalik97/ConnectDev
npm install
or
yarn install