disarm-dev / douma-api

DiSARM api (2018 and beyond)
MIT License
2 stars 1 forks source link

[meta] local dev server for (much) faster testing #11

Closed onlyjsmith closed 6 years ago

onlyjsmith commented 6 years ago

e.g. for 10000 records, takes ages to POST them all to the remote staging server, and then ages to GET them all back.

I think one current problem is the need to simultaneously populate multiple records with seed data to get it to stand up in the first place. We could also solve this issue to make the process of running a local API dev server much simpler.

A local server could be on the Pi or we get another local machine that works just as a dev server - maybe running some dockers.

onlyjsmith commented 6 years ago

Seems douma-api works just fine with npm run dev. Nice job @mosaic141688 and @Nicolaidavies