/api-koa

An exercise in creating a simple REST API with Koa and MongoDB.

Primary LanguageJavaScript

REST API

Description

This is an exercise in creating a simple REST API for an online forum using Koa and MongoDB.

Setup

  • npm install to install packages.
  • npm run dev to run server (available at localhost:3000).
  • At the moment requires locally installed MongoDB (follow instructions here.

Good to know

Koa requires node v7.6.0 or higher.

Links

I used some guides and looked at a few other repos (thank you!):