Skip to content

adxthya/minddump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Minddump

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

Run Locally

Database configuration

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.

OAuth Configuration

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.

Starting the node server

Clone the project

  git clone https://github.com/adithyakb10/minddump

Go to the project directory

  cd minddump

Install dependencies

  npm install

Start the server

  npm run start

Note : If faced with a punycode depreciation warning, refer this: forcedotcom/cli#2535 (comment)

Tech Stack

Client: Html, Css

Server: Node, Express

Badges

GitHub issues

GitHub commit activity

GitHub last commit (branch)

Demo

Checkout the live demo : https://minddump.onrender.com

Preview :

Acknowledgements

Inspired from this website

Appendix

Raise an issue if anything needs to be fixed PRs are welcome

License

MIT

About

A place to dumb your thoughts and worries

Resources

License

Stars

Watchers

Forks

Packages

No packages published