Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeonguchoe/insightubc

Full-stack application to query on large data
https://github.com/yeonguchoe/insightubc

Last synced: 7 days ago
JSON representation

Full-stack application to query on large data

Awesome Lists containing this project

README

        

# InsightUBC
## Introduction

InsightUBC is a full-stack application which user can query on classroom information and historical course data.

## Requirement
- Node.js v18
- npm
- yarn

## Build instruction
1. In `frontend` directory, run
```shell
npm install
npm run build
```
2. In main directory, run
```shell
npm install
yarn install
npm run build
```
## Execute instruction
- In main directory, run
```shell
npm run start
```