JonathanZefanya / WebGo-Project-Jadwal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer

  1. Lutfi Ekaprima Jannata - 1152200006
  2. Jonathan Natannael Zefanya - 1152200024
  3. Daffa Nur Fakhri - 1152200027

Installing

In VSCODE

1. Open Terminal
2. Type in your terminal Go Mod Tidy
3. Then type again in your terminal Go run main.go

In Command Prompt (CMD)

1. Open Terminal
2. Path to folder (cd c:\etc\etc\etc\Goproject)
3. Type in your cmd Go Mod Tidy
4. Then type again in your terminal Go run main.go

Note

U can change the port for the http listener in http.ListenAndServe(":9000", nil)
the default is :9000, u can change to any port like 8080

About


Languages

Language:HTML 85.3%Language:Go 14.7%