/Social-Network-API

Primary LanguageJavaScriptMIT LicenseMIT

License: MIT

Social Network API

Installation

As a programmer:
  1. Git clone.
  2. install node.js.
  3. Install MongoDB.
  4. Command line (npm install) to install neccesary modules located on package.json.
  5. Command Line (node server.js) to get your pc to listen to port 3001.
  6. Use an API platform like postman to check on different routes and application functionality.

(back to top)

Description

This application is a blog focus on tech created using node.js, express.js, mySQL, sequelize, express handlebars, express session, dotenv, bcrypt, connect-session-sequelize among other tools; to provide the user with an application that allows the user to signup, login and logout of their account, once they are logged in they can create and edit posts, and they can create comments on posts. Eveyrhing was done following the MVC programming paradigm.

(back to top)

Usage

Must have Node.js downloaded!

Must have MongoDB downloaded!

As a programmer:

    Install neccesary modules using the Command line -> npm install
    Command line to start application -> node server.js
    Use an API platform like postman to test functionality of the routes and models

(back to top)

Contribution

N/A

Demo

Video Demo

(back to top)

License

This project is licensed under the The MIT License

(back to top)

Questions

(back to top)