Simple Node server using Express and json-file
Run following commands
yarn install
yarn start
test the following URLs
http://localhost:4000/api/likes GET, POST
http://localhost:4000/api/comments GET, POST
http://localhost:4000/posts GET, POST