Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanzefanya/webgo-project-jadwal
https://github.com/jonathanzefanya/webgo-project-jadwal
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanzefanya/webgo-project-jadwal
- Owner: JonathanZefanya
- Created: 2024-01-29T12:41:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T06:43:11.000Z (11 months ago)
- Last Synced: 2024-01-30T07:37:14.637Z (11 months ago)
- Language: HTML
- Size: 6.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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