Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jean0t/snippetbox-project-in-go
https://github.com/jean0t/snippetbox-project-in-go
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jean0t/snippetbox-project-in-go
- Owner: jean0t
- Created: 2024-03-17T15:49:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T00:37:28.000Z (10 months ago)
- Last Synced: 2024-11-10T14:29:07.264Z (2 months ago)
- Language: CSS
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snippetbox-project-in-go
*Project made following the book "Let's Go" to learn about network apps in Golang.*
*The CSS and HTML are not mine, but all the Go code is*to run the server with the contents, save the archives of the project through a git clone
```
git clone [email protected]:jean0t/snippetbox-project-in-go.git
```
or simply install the zip that git offersAfter that,
go to the root directory (in this case *snippetbox-project-in-go*)
and use the command:
```go
go run ./cmd/web/*
```it will run the webserver in your local host with the port `:4000`
to access it go to your browser and use:
```
http://localhost:4000/
```
or shift localhost by `127.0.0.1` which ends up being the same
just one being from ipv4 pattern while the other is a name :)