Using express, mongoDB and mongoose.
This application is a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. It uses Express.js for routing, a MongoDB database, and the Mongoose ODM.
To install the application yourself, fork the project, run npm i
then run npm start
in the command line.
To demonstrate how to use the full scope of this applications capabilities, I have recorded a video going through each group of routes using Insomnia.
UserRoutes.mp4
ThoughtRoutes.mp4
Friend.ReactionRoutes.mp4
This was a solo project built from scratch with the guidance and templtes provided and learnt in Unit 18 of the full stack bootcamp at the University of Sydney.
MIT
Please also direct questions to: AndrewGavegan, https://github.com/AndrewGavegan and [email protected]