Skip to content

kristofferlarberg/api-koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!):

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published