Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanzefanya/webgo-project-jadwal


https://github.com/jonathanzefanya/webgo-project-jadwal

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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