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

https://github.com/sarathsp06/eval

A platform for hosting mcq, coding challenge etc
https://github.com/sarathsp06/eval

examination interview mcq questions

Last synced: 8 months ago
JSON representation

A platform for hosting mcq, coding challenge etc

Awesome Lists containing this project

README

          

# eval [WIP]
A platform for hosting mcq, coding challenge etc

### Development

evaluating
#### Install
The UI is written using next js. `npm` is expected to be present in the system
```sh
cd ui
make install
```

### Run
```
cd ui
make run
```