Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Takuya Toyokawa committed Nov 8, 2022
1 parent 5977112 commit 1caaf98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Node.js Crash Course - Brad Traversy
# Node.js API Masterclass With Express & MongoDB - Brad Traversy

### `Summary`

Expand All @@ -17,11 +17,12 @@ Also covers for security problems such as NoSQL Injection, as well as XSS attack
### `Run the build`

#### `npm run dev`
*You will not be able to run this build due to having no config.env file to access the database.*
Runs the app in the development mode.\
1. Clone repository
2. Run npm install for dependencies
3. Run npm run dev
2. Open [http:https://localhost:5000](http:https://localhost:5000) to view it in your browser.

### `Resource`
[Node.js Crash Course](https://www.youtube.com/watch?v=fBNz5xF-Kx4)
[Node.js API Masterclass With Express & MongoDB](https://www.udemy.com/course/nodejs-api-masterclass/)

0 comments on commit 1caaf98

Please sign in to comment.