https://github.com/frontendmasters/api-design-node-v2
[Course] API Design in Node.js, v2: REST & GraphQL code
https://github.com/frontendmasters/api-design-node-v2
Last synced: 11 months ago
JSON representation
[Course] API Design in Node.js, v2: REST & GraphQL code
- Host: GitHub
- URL: https://github.com/frontendmasters/api-design-node-v2
- Owner: FrontendMasters
- Created: 2017-10-11T19:34:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T20:57:30.000Z (about 2 years ago)
- Last Synced: 2025-03-29T14:11:21.451Z (12 months ago)
- Language: JavaScript
- Homepage: https://frontendmasters.com/courses/api-node-rest-graphql/
- Size: 80.1 KB
- Stars: 232
- Watchers: 14
- Forks: 260
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/api-design-nodejs-v4/).
# Frontend Masters: [API Design in Node.js v2 course](https://frontendmasters.com/courses/api-node-rest-graphql/)
> Learn to build with Node, Express, Mongo, and GraphQL.
## What you'll need to know
* JavaScript
* basic HTTP knowledge
* basic API knowledge
## Dependencies
* Mongo (if you don't have this, signup for a free mongo DB [at mLab](https://mlab.com/))
* Node 6+
* Yarn or Npm (Yarn recommended)
## Getting Started
The curriculum is broken up by branches. Each branch walks through a different lesson. There are usually some tests you must get to pass. For each branch, there is a solution branch.
* Checkout to the first lesson branch `git checkout lesson-1`
## Contributing
If you see issues:
* fork this repo
* clone your fork
* cut a branch
* write your code
* issue PR to upstream