An open API service indexing awesome lists of open source software.

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.

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)