File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 11# TypeScript Backend
2+
3+ ## 3-Hour Full Course
4+ [ ![ Watch the video] ( https://i1.ytimg.com/vi/3xBPCwZAN7w/maxresdefault.jpg )] ( https://youtu.be/3xBPCwZAN7w )
5+
6+ 👉 ** [ Click Here to watch on YouTube] ( https://youtu.be/3xBPCwZAN7w ) ** , me building the NodeJS App from ZERO (with AI)
7+
8+
9+ ## Installation
10+
11+ ``` bash
12+ $ yarn install
13+ ```
14+
15+
16+ ### Setup
17+ 1 . As mentioned in [ the video] ( https://youtu.be/3xBPCwZAN7w ) , create an account at [ MongoDB Atlas] ( https://www.mongodb.com/atlas/database )
18+ 2 . Rename ` .env.sample ` file to ` .env `
19+ 3 . Then, open ` .env ` and update the database credentials with yours.
20+
21+
22+ ## Running the app
23+
24+ ``` bash
25+ # development
26+ $ yarn run start
27+
28+ # watch mode
29+ $ yarn run start:dev
30+
31+ # production mode
32+ $ yarn run start:prod
33+
You can’t perform that action at this time.
0 commit comments