/Project-Blogs-API

A RESTful API, made with Node.js and Sequelize, for producing content to a blog page. (100% test coverage)

Primary LanguageJavaScript

Blogs API

Back-end project made while studying at Trybe, a web development school.

In this project I developed a RESTful API with the MSC architecture and a database (MySQL) for producing content for a blog. I developed the app with Node.js using the Sequelize package to make a CRUD (Create, Read, Update, Delete) of posts, also working with relationships and associations of the tables. With a bonus of 100% test coverage with integration tests.

How to run the project

    # Clone the repository
    $ git clone git@github.com:RafaelCunhaS/Project-Blogs-API.git

    # Go into the project's directory
    $ cd Project-Blogs-API

    # Install the dependencies
    $ npm install

    # Start the project
    $ npm start