https://github.com/5tarlight/covid-scheduler
한양대학교 2020 SW 영재원
https://github.com/5tarlight/covid-scheduler
Last synced: 3 months ago
JSON representation
한양대학교 2020 SW 영재원
- Host: GitHub
- URL: https://github.com/5tarlight/covid-scheduler
- Owner: 5tarlight
- License: mit
- Created: 2020-09-20T09:05:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T14:56:47.000Z (about 1 year ago)
- Last Synced: 2025-01-20T07:07:35.270Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 356 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid-Scheduler
[](https://travis-ci.org/5tarlight/covid-scheduler)
> 2020 HYU Gifted## Requirements
- Node.js
- npm (or yarn)## Installation
1. clone this repo and install all dependencies
2. rename `secret.inc.js` into `secret.js` (you can also copy and rename)
3. fill `secret.js` (Korean Covid-Service key, and your server's ip or domain)
4. build frontend (`yarn build` in /frontend)
5. launch backend (`yarn start` in /backend)
6. launch frontend (`serve -s build -l 80 in /frontend`)