Skip to content

Simple example of using MongoDB with the Koa web framework and the Swig template engine

Notifications You must be signed in to change notification settings

Elzair/koa-mongodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa MongoDB Example

This project shows you how to create a simplee CRUD app using the Koa framework, the Swig template engine, and the Monk MongoDB library.

Use

To run this example, first launch a local MonoDB instance.

mongod

Then run the following commands in the root directory of this project.

npm install
npm start

Special Thanks

Thank you Shiju Varghese for writing the original tutorial. I simply split the example into multiple files and added support for MongoDB.

About

Simple example of using MongoDB with the Koa web framework and the Swig template engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published