Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mo4islona/ibm_test
https://github.com/mo4islona/ibm_test
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mo4islona/ibm_test
- Owner: mo4islona
- Created: 2020-04-04T16:25:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:55:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:52:07.696Z (7 months ago)
- Language: TypeScript
- Size: 2.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
```bash
yarn install
```## Start
```bash
docker-compose up -d
yarn start
```After first start when web server is ready you should fill the roles table
```bash
docker exec -it $(docker ps -f "name=ibm_test_db" -q) psql -h localhost --user postgres -d postgres -f /home/roles.sql
```Go to [http://localhost:8080/docs](http://localhost:8080/docs)