evado-app-blog
v0.1.0
Published
Demo Application Blog built with Evado Kit
Downloads
3
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 default
Usage - http://{dockerMachineIP}:3000
Email: [email protected]
Password: 123456
Typical installation
Install environment
Linux
Clone application to /app
cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/start
Windows
Clone application to c:/app
cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/start
Usage
http://localhost:3000
Email: [email protected]
Password: 123456