https://github.com/enapiuz/cards
Test assessment task
https://github.com/enapiuz/cards
Last synced: 10 months ago
JSON representation
Test assessment task
- Host: GitHub
- URL: https://github.com/enapiuz/cards
- Owner: Enapiuz
- Created: 2022-04-22T15:55:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T16:02:26.000Z (about 4 years ago)
- Last Synced: 2025-08-19T14:50:40.305Z (10 months ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cards
## Start
```bash
$ npm run docker
```
Will run docker-compose with 2 containers - app and db.
App is accessible at http://127.0.0.1:3000
Request examples might be found in [manual.http](./manual.http) file.
## Tests
```bash
$ npm run test:docker
```
Will run all tests, including e2e.
Didn't write all the tests for the sake of time.
Though, I can explain what other tests I'd write otherwise.