Tuesday 21 November 2017

A mock server for rest apis

Hello everyone.I'm learning Node.js. So, I'm implementing a mock server, the idea is that you can have a rest api for CRUD requests up and running with no time. it will use nedb to store your requests in a local database, so you can use it in different projects without interference.My intention was to (implement something in node.js, obviously, and) create something to facilitate the development of front-end applications or prototypes without the need to worry in creating a server for it.Any critics or advice will be very welcome.http://ift.tt/2mKXemS!!

Submitted November 21, 2017 at 11:55AM by balliegojr

No comments:

Post a Comment