/express-pug-webapp

A web app built with node, express, pug, and the bulma CSS framework

Primary LanguageJavaScript

An Express web app: "Storify"

Example of a simple JS web app served with Express

Features

  • Create new posts
  • Edit / delete posts
  • Global posts feed

Stack

  • MongoDB
  • Express - Serving endpoints
  • Mongoose - DB schemas and models
  • Passport.js, connect-mongo, express-session - Authentication and user sessions
  • Pug - Templating
  • Bulma CSS framework - Design system

References

Based on this excellent tutorial, but with a different templating engine, and a different CSS framework: Node.js App From Scratch | Express, MongoDB & Google OAuth