Mock-up

https://xd.adobe.com/view/something

API Documentation

Local Access

http://localhost:8000/swagger

Internal Access

https://dev.project.heroapp.dev/swagger

(Use CODIUM network to access)

Application URLs

Local

http://localhost:4200

Development Server

https://dev.project.heroapp.dev

Staging Server

https://staging.project.heroapp.dev

Production Server

https://project.heroapp.dev

Requirements

  • Docker version >= 17.12.0-ce
  • docker-compose version >= 1.18.0
  • IntelliJ IDEA >= 2018.1

Setup Project (First time only)

make setup-nvm

Run Project

make run-angular

Accounts

  • admin
    • username:admin
    • password:P@ssword
  • user
    • username:test_user
    • password:P@assword

Miscellaneous Tools

Linting Project

make lint-angular

Testing Project

make test-angular