Skip to content

Backend repository for KNBlog, built with Express and Typescript.

Notifications You must be signed in to change notification settings

khoanguyn1411/Express-KNBlog

Repository files navigation

BACKEND APPLICATION FOR KNBLOG PROJECT


Prerequisite

  • Install Node.
  • Install MongoDB and run in the background (to init and start db for app).

How to start app

  • Run npm start.
  • Application will start on host: localhost:8000