Skip to content

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

Notifications You must be signed in to change notification settings

RafaelCunhaS/Project-Blogs-API

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published