Creates a dummy DB server that you can query and get back data from. Good for quick back-end prototypes.
npm i
npm start
- Open up http://localhost:3000
Creates a dummy DB server that you can query and get back data from. Good for quick back-end prototypes.
npm i
npm start