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 b07667b commit 24433abCopy full SHA for 24433ab
README.md
@@ -4,7 +4,7 @@
4
5
- mongo DB (https://docs.mongodb.com/manual/)
6
7
-##In the project directory, run:
+## In the project directory, run:
8
9
```
10
yarn install
@@ -16,6 +16,16 @@ Start the server
16
yarn start
17
18
19
+## .env file example:
20
+
21
+```
22
+PORT=3001
23
+DB_SERVER=mongodb://localhost:27017/blog
24
+ORIGIN=http://localhost:3000
25
+API_URL=http://localhost:3001
26
+SECRET_KEY=tOpSeCrEtSeCrEtKeY
27
28
29
## Main used packages:
30
31
- [Express](https://expressjs.com/)
0 commit comments