Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarathsp06/eval

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

examination interview mcq questions

Last synced: 20 days 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
```