/socialnetworkapi

This project will use a MongoDB to store data for a small social networking site, accessible via CRUD routes.

Primary LanguageJavaScriptMIT LicenseMIT

Social Network API

GitHub license

Description

This project will use a MongoDB to store data for a small social networking site, accessible via CRUD routes. The following video demonstrates the application's functionality:

WalkthroughDemo

Table of Contents

Installation

To install necessary dependencies, run the following command in the console/command line:

npm i

Usage

To begin running the program, run the following command in the console/command line:

npm start

License

This project is licensed under the MIT license. Learn more HERE

GitHub Repo

https://github.com/ericwittenstein/socialnetworkapi

Project Demo

A walkthrough video for this application can be found HERE or at the top of this README file

Contributing

Not accepting contributions at this time

Testing

To initiate the unit tests for this project, run the following command in the console/command line:

npm test

Questions and Contact Info

If you have any questions about the repo, please open an issue on GitHub or contact me directly at eric.wittenstein@gmail.com.

You can find more of my work at github.com/ericwittenstein/.

Eric Wittenstein