notkearash / blog-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%