A social media backend for philosophical thoughts and shitposts
This is a social media backend made with mongodb and express. You can create both users and thoughts as well as reactions to thoughts and other users can be added as friends. It has basic crud activity and is kinda cool if I do say so myself
MongoDb installed and running
- Download or clone this repository.
- On your local machine, open a terminal in the top level directory of the code.
- On the command line, run npm install to install dependencies.
- Run node server to start the server because I'm super lazy and didn't set up my package.json.
Here is a screenshot of it running in the terminal
And here is a screenshot of running on insomnia.
Here is the video of it working
If you have any questions please check out my github.