Providing Comments as a Service
This project aims to demonstrate the working of a server providing comments as a service. We will provide this service with a website called Gimme Comment that provides comment box functionality to other third-party websites that do not intend to create their comment box.
- Gimme Comments Admin ( Github Link | See live )
- Gimme Comments Server ( Github Link | See live )
- Gimme Comments Client ( Github Link )
Application Flow | Authentication Flow |
---|---|
Application Flow | Authentication Flow |
- The Front-end is created in React.js and Bootstrap.
- For creating Back-end, we used Express and Nodejs. For the database, we used MongDB Atlas. We created a very flexible and versatile foundation for our codebase, so that in future its functionality could be easily extended and new agents could be easily added into it.
- For hosting we used Vercel for Admin Panel and Render for server hosting which is a cloud platform that enables developers to host websites and web services that deploy instantly, scale automatically, and require no supervision.
- Other technologies includes AWS S3 bucket for storing profile images of users and Send Grid email service for user verification using OTP.
- Hack The Web ( Github Link | See live )
- Screen Recorder ( Github Link | See live )