Uses MongoDB, Mongoose and Express to create a SocialAPI that stores Users, Thoughts and Reactions. Full CRUD endpoints are implemented for managing documents in a NoSQL database.
To install after cloning the repo, just run npm i to import dependencies.
After specifying a server in your .env file (or installing a local copy of MongoDB for local testing), you can boot up the Express server by running npm start.
If test data is required, you can use npm run seed to seed the database with a handful of users along with random thoughts and reactions.
I can be reached with questions at https://www.github.com/Prelle or via email at p.elayne.terry@gmail.com.
A demo video showing the API in action can be found here: https://youtu.be/iK67kHfkRbA