We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac47bc6 commit 3a79746Copy full SHA for 3a79746
README.md
@@ -9,7 +9,7 @@ Clean and minimalistic boilerplate to start your NodeJs project.
9
- Following standard naming conventions so collaborators/team8s can understand easily your code.
10
- Securing your login and api key details by using environment variable -- [dotenv](https://github.com/motdotla/dotenv)
11
12
-### 📘 Prerequisites
+### 📂 Prerequisites
13
- NodeJs, git installed in your local environment.
14
- .env file -- Yes you need this!
15
@@ -47,6 +47,7 @@ But the sole purpose of using .env file for our project is to secure our credent
47
├── .env
48
├── .plans
49
├── .gitignore
50
+ ├── app.js
51
├── package.json
52
└── README.md
53
0 commit comments