Kmaschta / vanilla-js-blog

Home Page:https://vanilla-js-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://vanilla-js-blog.vercel.app

License:MIT License


Languages

Language:JavaScript 78.5%Language:HTML 20.9%Language:CSS 0.6%