purple-cheetah
v1.0.78
Published
Framework for node/express applications.
Downloads
80
Readme
Purple Cheetah
Purple Cheetah is a micro-framework for Node/Express web applications, mush better would be to say that this is set of utilities and features for Express that will help you make complex web APIs. Purple Cheetah is not a general purpose framework, it main purpose is to be used in microservice but it is not limited to.
Get Started
- Clone Purple Cheetah Starter github repository:
$ git clone https://github.com/Bbanez/purple-cheetah-starter
- Install NPM packages and run in development:
$ npm i
$ npm run dev
Express application will be started on port 1280
.