Social media platform for conversation , connecting friends and building relationships
Hey, check out the Live-App, just visit https://www.sanjaiuthupthomas.in
Users will be able to custom tailor a ”post” to be accessible from other devices. A post will be described as image upload. The author of the post as well as other users of the web application will be able to “comment” on existing posts. Comment defined as text. Users can have chat other users on the app.
Users will be able to login with their specific data to access posting, commenting. We aim to utilize JWT for authentication rather than using external libraries such as Passport.js User's data will be stored in a database(MongoDB tentatively) to allow for recalling of existing post and profile pages.
Social media web application . This will include functionality of posting, commenting, user authentication and messaging.
React.js Node.js Express.js JavaScript Socket.io
MongoDB
Password | Role | |
---|---|---|
sanjaiuthupthomas@gmail.com | 1234 | User |
cd client
cd server
cd socket
Install dependencies
npm install
Start the server
client:npm start
server:npm start
socket:npm start