Practicing to implement an employee API App, where we can list, create, read, update and delete employees.
[!WARNING] API has a rate limit
$ nvm exec 20.9 npm run dev
By default, the app is reachable at http://127.0.0.1:3000
Installing nvm
by following this
guide.
$ nvm use
[!TIP] Don't forget to install the node packages:
$ npm i