Skip to content

DoubleK2013/amaze

Repository files navigation

Amaze

A simple scaffold to begin project with koa2 and mongodb

Prerequisite Technologies

  • Node.js - Download and Install Node.js, nodeschool has free node tutorials to get you started.
  • MongoDB - Follow the great tutorial from the mongodb site - "Install Mongodb On Windows"
  • Git - The easiest way to install git and then run the rest of the commands through the git bash application (via command prompt) is by downloading and installing Git for Windows

Quick start

In the application folder run this in the command-line:

$ git clone https://github.com/DoubleK2013/amaze.git
$ npm install
$ npm start

Generator

  1. Add schema file in folder data/schema
  2. Run generator to generate crmv(controller, route, model, service) file for CURD
$ npm run generator -- -a -crmv

About

A simple scaffold to begin project with koa2 and mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published