/blog-api

Basic JSON API server to use in development of dojo-blog

Primary LanguageJavaScriptMIT LicenseMIT

BlogAPI (NodeJS/Express/MongoDB)

Basic JSON API server to use in development of dojo-blog

Setup

First make sure you install the dependecies

npm i

Make sure you have a running MongoDB instance with the same URL as in your .env file then

npm run dev

Notes

  • Quick and Dirty Project

MIT Licensed