Skip to content

Todo Server Side rendered applicaiton with nunjucks and mongodb

Notifications You must be signed in to change notification settings

iambpn/ssr_todo_app

Repository files navigation

todo_app

Todo application with express.js, mongodb and nunjucks

Getting Started:

  • setup DB using docker: docker compose up -d
  • setup env: copy .env.example to .env
  • configure necessary env variables
  • start project: npm run dev
  • build project for prod: npm run build
  • serve build file: npm run serve:build
  • remove DB: docker compose down

About

Todo Server Side rendered applicaiton with nunjucks and mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published