API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list.
- Social Netowrk API that can handle large amounts of unstructured data
- Uses ExpressJS for routing
- MongoDB Database
- Mongoose ODM
- CRUD functionality for interacting with users and thoughts
- React to thoughts
- Add friends to your list
Locate the dropdown menu labeled 'Code' to the left of the About section in the main page of this repository. From there, select your preferred cloning method from HTTPS, SSH, or the GitHub CLI. For this demonstration, we will be using the SSH method. Copy the link and head to your terminal. From the command line you should enter:
git clone <INSERT_SSH_KEY_HERE>
Replacing the above placeholder with the link copied from GitHub. This will clone the repository into a local directory on your machine. And that's it! Happy Hacking! 🚀
Link to walkthrough video included below.
UT Austin Coding Boot Camp https://techbootcamps.utexas.edu/coding/
Kyle Ferguson https://github.com/kferguson52
Stack Overflow https://stackoverflow.com/
See the Contributor Covenant for details on how to contribute