evado-app-blog
v0.1.0
Published
Demo Application Blog built with Evado Kit
Downloads
6
Readme
Application Blog built with Evado Kit
This software demonstrates convenience and functionality of Evado business application using simple and familiar entities.
Docker installation
Clone application to /app
cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server
docker-machine ip defaultUsage - http://{dockerMachineIP}:3000
Email: [email protected]
Password: 123456Typical installation
Install environment
Linux
Clone application to /app
cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/startWindows
Clone application to c:/app
cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/startUsage
http://localhost:3000
Email: [email protected]
Password: 123456