Table of Contents
- Mock-up
- API Documentation
- Local
- Development Server
- Staging Server
- Production Server
- Linting Project
- Testing Project
Documentation
Mock-up
https://xd.adobe.com/view/something
API Documentation
Local Access
Internal Access
https://dev.project.heroapp.dev/swagger
(Use CODIUM network to access)
Application URLs
Local
Development Server
https://dev.project.heroapp.dev
Staging Server
https://staging.project.heroapp.dev
Production Server
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