feathers-swift icon indicating copy to clipboard operation
feathers-swift copied to clipboard

Test feathers3 server using docker

Open johnjjung opened this issue 7 years ago • 1 comments
trafficstars

Prerequisites:

Simply run docker-compose up from your terminal and you have a test feathers server running!

The server directory is test/server and that entire folder was a fresh feathers generate app, so there's nothing else there other than that.

TODO:

  • adding a command: nodemon src/ -L src/ will make it easier to develop so that the server hot reloads with changes
  • we could add databases that can run tests

Or maybe there's a test feathers server that the JS client is using and we can import that here instead or redoing work.

johnjjung avatar Jun 13 '18 17:06 johnjjung

https://github.com/feathersjs/client/tree/master/test

Looks like there is a test server but it seems pretty minimal - let me know if this helps!

johnjjung avatar Jun 13 '18 17:06 johnjjung