A place to dump your thoughts and worries. Messages can be private and public allowing u to choose that to share with other and what to be private. Use it as your personal diary or maybe just a place to vent out
Before starting the node server. Install the mongo community server locally or set up an account in mongodb atlas and create a cluster. The database connection url is required to connect to the cloud database and store data. Refer docs on how to use mongoose to connect to mongodb. The cluster username and password should be entered in an env file if using the cloud database.
Create an account in Google developer console and create a project. The redirect uri must be set as localhost to run the project locally. The Secret_id and Client_id are required and should be entered in an env file.
Clone the project
git clone https://github.com/adithyakb10/minddumpGo to the project directory
cd minddumpInstall dependencies
npm installStart the server
npm run startNote : If faced with a punycode depreciation warning, refer this: forcedotcom/cli#2535 (comment)
Client: Html, Css
Server: Node, Express
Checkout the live demo : https://minddump.onrender.com
Inspired from this website
Raise an issue if anything needs to be fixed PRs are welcome

