Vanilla JS Blog

This is just a pet project to show how to bootstrap a small blog with MongoDB, Express and Vanilla JS.

Requirements

  • Docker
  • NodeJS >= 12
  • npm or Yarn

Getting started

  • Start your MongoDB yarn start:mongodb
  • Configure your MongoDB endpoint echo "MONGODB_ENDPOINT=mongodb://localhost:27017/blog" > .env
  • Start the app yarn start