############### OWL-EXPRESS ###############
--------------- Requirement ----------------
- sequelize
- npm 4.6.1 +
- node
- sender api (Recommend postman)
--------------- Installation ---------------
- git clone {{git-url}}
- npm install or yarn (yarn is faster)
- npm start
--------------- Migration Database --------------
- Create Database name 'owl'
- config database in config.json file
- migrate with sequelize db:migrate
--------------- Seed Data -------------------
- sequelize db:seed:all
- for first admin using postman send api to 'GET: localhost:3000/api/send-activate/{{email-first-admin}}'
- activate account in sent email