node-aap
v1.1.0
Published
AAP is an Admin Platform
Downloads
4
Readme
AAP
AAP is an Admin Platform
AAP is for admins who want to quickly write an admin platform.
中文文档请见:README-CN.md
Requirements
- MySQL with a database that you can write & read
- Node.js
Quick Start
Simply run the following commands:
git clone https://github.com/fanfank/aap.git
cd aap && npm install --verbose
- Drink a cup of tea
npm run start
- Go to you browser and visit
127.0.0.1:3093
, follow the instructions to init aap tables - See the magic