Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yeonguchoe/insightubc
- Owner: YeonguChoe
- Created: 2024-06-08T18:54:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T19:05:12.000Z (5 months ago)
- Last Synced: 2024-06-08T20:23:39.218Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 6.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InsightUBC
## IntroductionInsightUBC 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
```