Skip to content

Commit 50d0c79

Browse files
authored
Update README.md
1 parent 4a2f4f1 commit 50d0c79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Introduction
22
This is the source code of my travel Blog. It was forked from [this repo](https://github.com/krishnaacharyaa/wanderlust), but I made several modificiations:
33

4-
1 - splitted the project into two repositories for the backend and frontend. This make easier to deploy in containers.
5-
2 - Added new Google Analytics tags
6-
3 - Added a footer for "about us" page
7-
4 - Removed VITE framework because I had many troubles with it to deploy on Azure.
4+
- splitted the project into two repositories for the backend and frontend. This make easier to deploy in containers.
5+
- Added new Google Analytics tags
6+
- Added a footer for "about us" page
7+
- Removed VITE framework because I had many troubles with it to deploy on Azure.
88

99
Currently this project is deployed on Azure, and you can access it through the following link:
1010
[https://www.vivaviajando.blog.br/](https://www.vivaviajando.blog.br/)
@@ -15,8 +15,8 @@ Currently this project is deployed on Azure, and you can access it through the f
1515
This app is build in React (frontend) + Node.js Express (backend).
1616

1717
To use this software it is pretty simple. You just need to clone the repository and run the following commands:
18-
1 - create an .env file for backend with `MONGOD_URI` variable pointing to your MongoDB database. I used the free tier of MongoDB Atlas.
19-
2 - create an .env file for frontend with these variables:
18+
- create an .env file for backend with `MONGOD_URI` variable pointing to your MongoDB database. I used the free tier of MongoDB Atlas.
19+
- create an .env file for frontend with these variables:
2020
```
2121
REACT_APP_API_PATH="http://localhost:5050"
2222
REACT_APP_GA_ID="G-XXXXXXX"
@@ -25,7 +25,7 @@ REACT_APP_DISQUS_APP_ID="YOURID"
2525
```
2626
I used free tier of Disqus and Google Analytics. You can create an account and get these variables for free.
2727

28-
2 - run:
28+
- run:
2929
```npm install```
3030
```npm run dev (for backend)```
3131
```npm start (for frontend)```

0 commit comments

Comments
 (0)