File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Make sure you have Go installed on your system. You can download and install it
19
19
Clone the repository:
20
20
21
21
``` bash
22
- git clone https://github.com/your-username/blogging-api .git
22
+ git clone https://github.com/BaseMax/GoAPIBlog .git
23
23
```
24
24
25
25
Change to the project directory:
26
26
27
27
``` bash
28
- cd blogging-api
28
+ cd GoAPIBlog
29
29
```
30
30
31
31
Install the project dependencies:
@@ -36,9 +36,9 @@ go mod download
36
36
37
37
Set up the environment variables:
38
38
39
- - Create a .env file in the root directory of the project.
39
+ - Create a ` .env ` file in the root directory of the project.
40
40
41
- - Define the following environment variables in the .env file:
41
+ - Define the following environment variables in the ` .env ` file:
42
42
43
43
``` plaintext
44
44
PORT=3000
You can’t perform that action at this time.
0 commit comments