Skip to content

Commit

Permalink
run command added
Browse files Browse the repository at this point in the history
  • Loading branch information
bitalov authored Apr 22, 2022
1 parent 00dc447 commit 9a82a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Deployement :
- Download *main.go* , and *ports.env*.
- Rename ports.env to .env using "mv ports.env .env".
- run main.go using `run go main.go`
- Open a web browser and `http://localhost:8080/` (8080 is the port I wrote in .env file).
- To Add a new Block you can use curl to send a `POST` request to `http://localhost:8080` .

Expand Down

0 comments on commit 9a82a08

Please sign in to comment.