Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdn302/assignment-2

Question Bank Management Application
https://github.com/sdn302/assignment-2

api ejs express nodejs sdn302 swagger swagger-ui

Last synced: 27 days ago
JSON representation

Question Bank Management Application

Awesome Lists containing this project

README

        

# Assignment 2

![GitHub contributors](https://img.shields.io/github/contributors/SDN302/assignment-2)
![GitHub top language](https://img.shields.io/github/languages/top/SDN302/assignment-2)
![GitHub repo size](https://img.shields.io/github/repo-size/SDN302/assignment-2)
![GitHub License](https://img.shields.io/github/license/SDN302/assignment-2)

> Question Bank Management Application

## Documents

- Document: [Assignment 2](docs/Assignment%202.docx)
- Database: [Database](data/README.md)

## Build

### Install dependencies:

```bash
yarn
```

### Run:

```bash
yarn dev
```