A proof of concept Social Networking API
Table of Contents
This is a simple API proof of concept for a social networking website. It provides the ability to post thoughts (aka posts), reactions to those thoughts (aka comments), add/remove friends, and edit your user data, friends, and thoughts.
- Node
- Express.js
- MongoDB
- Mongoose
- Clone the repository
- Run
npm i
to install dependencies - Run
npm run dev
ornpm start
to boot the server up - Issue CRUD operations via your favorite api test service like insomnia or front end javascript.
Scott Casey - @kurohyoustudios - scaseydv@gmail.com
Project Link: https://github.com/Kurohyou/SocialAPI
Thanks to the University of Utah Full Stack web development course for instruction on how to create this.
This readme template adapted from the Best-README-Template by Othneil Drew. Readme generated by Genme! by Scott Casey.