API to support Comply Hub and Comply Admin portal
- Postgres
- Node (10.x)
PORT=8080
DATABASE=comply
DATABASE_USER=henry
sequelize db:migrate
sequelize db:seed:all
npm install
npm start
User
- [email protected] / test
- [email protected] / test
- [email protected] / test
Admin
- [email protected] / test
npm run create-admin [first_name] [last_name] [email] [password]