This project was generated with Angular CLI version 18.0.0-rc.2.
- Edit
host
file, add the following line to map development domain, so UTS allows the request. the request.
127.0.0.1 ts.mlb.nih.gov
- Run
ng serve
for a dev server. Navigate tohttp://ts.mlb.nih.gov:4200/
.
Mongo can be used as perishable storage.
- Register a free account: https://www.mongodb.com/products/platform/atlas-database
- Create
Database
calledts-etl-ui
- Create Collections called
users, loadRequests, loadVersions, codeSystems
- Inject/load data from
/server/data/
for CI, collection name appendix with ${pr_number}
for development, database name is customized per developer's environment.
You can pass RESET_DB=true
to reset MongoDB to /server/data/
Run npm run start
to start NodeJS mocking api server
Add @debug
to desired test
Run npm run test:debug
to start debug those tests