Module 18 Social Network API
- My motivation for this project was to build a social media API that people can use to jot down their thoughts, add reactions, and add/delete friends.
- Install the express and mongoose packages.
- Clone this repository and open with vscode. Right click on the index.js file in your directory and click on "Open in integrated terminal". When the integrated terminal appears in the bottom portion of your screen input "npm run seed" and press ENTER followed by "npm run start" and press ENTER a second time.
Live video of app using Screencastify: https://drive.google.com/file/d/15cGH-A3_CgSZ952F3scmh31a0NDocXzQ/view
- MIT License