Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jungnoh/hack-movie
quick and easy movie reservations
https://github.com/jungnoh/hack-movie
crawling mongodb nodejs
Last synced: about 17 hours ago
JSON representation
quick and easy movie reservations
- Host: GitHub
- URL: https://github.com/jungnoh/hack-movie
- Owner: jungnoh
- Created: 2019-12-21T14:23:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:05:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T00:15:18.733Z (7 months ago)
- Topics: crawling, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 654 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hack-movie
제2회 싸국톤 프로젝트 (with [윤준혁](https://github.com/junhyeog))
## 프로젝트 내용
- 메가박스, CGV, 롯데시네마 등 영화관들의 상영시간을 한번에 조회하는 페이지
- 네이버 영화의 (비공식)API를 활용해 영화시간 수집> 본 프로젝트는 학습용이며, 해당 API를 사용하는 데에 따르는 결과에는 개발자가 책임지지 않습니다.
## 프로젝트 구조
![arch](architecture.png)
## Setup
```bash
npm run setup
```
### Configure API keys```bash
echo 'KAKAO_KEY=foo' > backend/.env
```
[카카오 REST API](https://developers.kakao.com/docs/restapi/getting-started)의 키입니다.## Run
### Development
```bash
# $ pwd
# /Users/jungnoh/hack-movie
npm run dev
```
### Production
```bash
npm run prod
```