Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`