The ideation of this project began as a submission to the MongoDB World Hackathon '22, were the utilization of the MongoDB Atlas API was the main competition requirement.


The platform is designed for the users to be able to fact-check (Call Cap) posts and articles shared by other users. Improvements and customations were made to take this simple social network app from a crude messaging API token board to a product with multimedia sharing functionality akin to Twitter(now X) and Discord that runs seamlessly on various browser engines.
- Clone the repository
git clone https://github.com/Bomigaruba/iMob_Messaging_Board.gd
- Install NPM packages
npm install
- Initiate the project
npm run start
- Open the project in your browser
http://localhost:3000/
- Starting from November 28th, 2022 Heroku shuts down the free tier, which means that free Heroku Dynos, Postgres and Redis servers will no longer be available. This has caused the site to go down as plans are in place to transport the application hosting to a new 3rd party PaaS avenue.
Distributed under the MIT License v3.0. Kindly refer to LICENSE for more information.