This project consists of an Express web server handing requests to PostNord's API from an integrated fontend page.
- The backend is built using Node with Express
- Pug is used as view engine
- API requests are made using Axios thowards the PostNord API
- Clone repo
- cd into directory
- Run
npm install
- Run
node /bin/www
- Server should be up and running, accessible through localhost:3000