This project was created to create simple CRUD opertions with data being stored on API locally. The APIs are written in Nodejs.
First install dependencies using either npm or yarn. I recommend using yarn because of the speed of installation.
$ npm install
or
$ yarn
Then to start the server just run
$ npm run start
or
$ yarn start