Blog post: Hugo + Node.js Koa App Connected to MongoDB
These products will need to be installed in order to complete this tutorial.
- Hugo
publishDir
name =public
(default) - Hugo website is in
www
hugo new site www
cd www
hugo
This project demonstrates a development environment utilizing a Docker stack of Nginx to serve the static website, Nodejs for the api applications, MongoDB for the api data and Traefik for reverse proxy.
https://jimfrenette.com/2019/05/hugo-plus-nodejs-koa-app-mongodb-connection/
Repository from Github https://github.comjimfrenette/hugo-koa-mongo
Blog post: Hugo + Node.js Koa App Connected to MongoDB
These products will need to be installed in order to complete this tutorial.
publishDir
name = public
(default)www
hugo new site www
cd www
hugo
This project demonstrates a development environment utilizing a Docker stack of Nginx to serve the static website, Nodejs for the api applications, MongoDB for the api data and Traefik for reverse proxy.
https://jimfrenette.com/2019/05/hugo-plus-nodejs-koa-app-mongodb-connection/