/coreui-node

Primary LanguageTypeScriptMIT LicenseMIT

NodeJS backend for CoreUI

coreui-node is a tiny application serves as the start point of Micro-service developed in NodeJS.

How to use this project?

Just clone it to where your project starts with. Change the project name and other parameters and then use it as the start point of your application.

What is the capability of this project?

  • Serves data services via REST API
  • Persist data in mongodb
  • Form authentication
  • Redis based session management
  • Express application
  • Full featured CI support

Prerequsites

How to start locally?

First, start backing services (e.g. mongo and redis). Refer ./mock/README.md

$ yarn install
$ yarn start

Then open browser and visit http://localhost:3000

How to run test?

$ yarn test