feathers-swift
feathers-swift copied to clipboard
Test feathers3 server using docker
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.
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!