Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
A platform for hosting mcq, coding challenge etc
- Host: GitHub
- URL: https://github.com/sarathsp06/eval
- Owner: sarathsp06
- License: gpl-3.0
- Created: 2018-04-25T08:44:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:01:21.000Z (almost 2 years ago)
- Last Synced: 2023-05-23T05:50:18.111Z (over 1 year ago)
- Topics: examination, interview, mcq, questions
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```