SeungJun Baek

setup #1 2022/5/15

1 +오픈소스 프로젝트
2 +
3 +2018102195 백승준
4 +
5 +영화 사이트 만들기
6 +
7 +사용 API: https://yts.torrentbay.to/api
8 +
9 +사용 데이터베이스(예비) mongo DB
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
1 +{
2 + "name": "ospj",
3 + "version": "1.0.0",
4 + "description": "nodejs project for OS",
5 + "main": "index.js",
6 + "scripts": {
7 + "start": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "author": "",
10 + "license": "ISC",
11 + "dependencies": {
12 + "express": "^4.18.1"
13 + }
14 +}