This is the starter code for a Node.js server
using the Koa web framework. There a web page in
/public which should be served to the user.
You will need to install Node.js.
For best results, use Node.js 16 or higher.
You can check your current version of Node.js with
$ node --version
v16.17.0Then, inside this project, run
npm install
node server.jsIf the server starts successfully, you will see
Server running on http://localhost:3011in the terminal.
- Koa: https://koajs.com/
- @koa/router: https://github.com/koajs/router#koarouter
- koa-body: https://github.com/dlau/koa-body#usage-with-koa-router
- Dogs API: https://dog.ceo/dog-api/breeds-list