0.0.3 • Published 2 years ago

alison-engine v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Alison Engine

Alison is a Node.js HTTP server engine to simplify the work of building an API.

Quick start

  1. Install deps with yarn command or npm i if you use only npm.
  2. Test the integrity of the engine with the testing/ folder.
cd testing/
node index.js
  1. Do a sample request with some HTTP client, e.g. Insomnia.
  2. If everything is ok, you're ready to build your backend app with Alison Engine.
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago