The social API is a database that is meant to store Users, their associated thoughts, their friends, and their reaction to their or other users thoughts. This mimics what the back end of a social networks application might look like. This is a learning tool and exercise.
- Navitage to the repository here: GitHub Repo.
- Click on the "code" button and copy the SSH URL
- Open your command line and type
git clone <copied link>and hit enter - type
code .to open the repo in your preffered coding software - Open the index.js file in your integrated terminal
- Type
npm installto install the needed packages - Type
npm startto start the application
This application is protected under the MIT license. Click the link to learn more.
For additional questions you can contact me at:
GitHub: Cfrog5
E-Mail: cjfraga05@gmail.com
Chris Fraga