Skip to content

Commit 24433ab

Browse files
committed
updated(README)
1 parent b07667b commit 24433ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- mongo DB (https://docs.mongodb.com/manual/)
66

7-
##In the project directory, run:
7+
## In the project directory, run:
88

99
```
1010
yarn install
@@ -16,6 +16,16 @@ Start the server
1616
yarn start
1717
```
1818

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+
1929
## Main used packages:
2030

2131
- [Express](https://expressjs.com/)

0 commit comments

Comments
 (0)