https://github.com/takuyadev/nodejs-crash-course
Backend application built using the Node.js framework, following Brad Travery's Node.js Crash Course.
https://github.com/takuyadev/nodejs-crash-course
backend bradtraversy fullstack nodejs nodejs-framework
Last synced: 7 months ago
JSON representation
Backend application built using the Node.js framework, following Brad Travery's Node.js Crash Course.
- Host: GitHub
- URL: https://github.com/takuyadev/nodejs-crash-course
- Owner: takuyadev
- Created: 2022-10-07T21:59:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T19:35:12.000Z (over 3 years ago)
- Last Synced: 2025-07-14T10:21:57.425Z (8 months ago)
- Topics: backend, bradtraversy, fullstack, nodejs, nodejs-framework
- Language: JavaScript
- Homepage:
- Size: 333 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Crash Course - Brad Traversy
### `Summary`
Node.js application built by following along Brad Travery's Node.js Crash Course.
### `Languages / Techstack`
- Node.js
### `Run the build`
#### `npm run dev`
Runs the app in the development mode.\
1. Clone repository
2. Run npm install for dependencies
3. Run npm start to start server
4. Open [http://localhost:5100](http://localhost:5100) to view it in your browser.
### `Resource`
[Node.js Crash Course](https://www.youtube.com/watch?v=fBNz5xF-Kx4)