API to Simple React Blog Project

Instructions

1. Run npm install to install all depencencies

2. Run npm start to start the app

Is necesary to have a mongodb schema named "api_rest_blog".
Also, this schema need to have two collections:

  • articles
  • comments