mapie
v1.0.15
Published
A Command Line Interface to set up and develop server side code
Maintainers
Readme
Mapie
Mapie is the API server framework mounted on ExpressJS with support for various database connection.
Installation:
npm install -g mapie
Create a new Mapie project:
pie create myProject
Run the Mapie Project:
cd myProject
npm install
pie run
v1.0.15
pie.log added as alternative to console.log. It can be disabled and also can be overriden
