Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkumarverma/auto-test
quick & dirty prototype of blackbox assessment
https://github.com/yashkumarverma/auto-test
Last synced: 9 days ago
JSON representation
quick & dirty prototype of blackbox assessment
- Host: GitHub
- URL: https://github.com/yashkumarverma/auto-test
- Owner: YashKumarVerma
- Created: 2023-09-01T18:39:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T19:58:32.000Z (about 1 year ago)
- Last Synced: 2023-09-02T19:02:02.144Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-test
prototype of a solution to automatically test machine coding type assignments based on test cases.
## Task
- implement a server that listens to port 3000 and expose a CRUD API.## How to test locally
There are multiple ways to test this locally:**Method 1 : npm**
- Make sure you have npm installed.
- run `npm install`
- run `npm test`**Method 2 : docker**
- Make sure you have docker installed
- run `docker run -v $(pwd):/app yashkumarverma/just-test`