api
๐๏ธ API code examples for JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- index.js
- note.js
- user.js
- index.js
- mutation.js
- note.js
- query.js
- user.js
- index.js
- notes.js
- users.js
- gravatar.js
- db.js
- index.js
- README.md
- schema.js
- gravatar.js
- index.js
- gravatar.js
- index.js
- index.js
- note.js
- gravatar.js
- db.js
- index.js
- index.js
- note.js
- index.js
- mutation.js
- query.js
- gravatar.js
- db.js
- index.js
- schema.js
- index.js
- note.js
- user.js
- index.js
- mutation.js
- query.js
- gravatar.js
- db.js
- index.js
- schema.js
- index.js
- note.js
- user.js
- index.js
- mutation.js
- note.js
- query.js
- user.js
- gravatar.js
- db.js
- index.js
- schema.js
- index.js
- note.js
- user.js
- index.js
- mutation.js
- note.js
- query.js
- user.js
- gravatar.js
- db.js
- index.js
- schema.js
- README.md
- gravatar.js
- index.js
- .env.example
- .eslintrc
- .gitignore
- .prettierrc
- cover.png
- LICENSE
- package-lock.json
- package.json
- README.md
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/javascripteverywhere/api
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd api
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
npm install
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
npm start
๊ฐ๋ฐ/์คํ ์๋ฒ๋ฅผ ์ผญ๋๋ค.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
// repository documentation
Was this content helpful?
(0 ratings)
