Skip to content

Creating a web server from scratch using Go's standard libraries

Notifications You must be signed in to change notification settings

phamelink/GoWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoWebServer

In an attempt to understand backend programming, I created a webserver in Go that can create users (signup) in a postgreSQL database. I also practised basic CSS and Javascript, as well as form handling.

GoWebServer

How to use

  • Clone the repository
  • Run the setup.sql
  • In /database/userdb.go, change the credentials to your own local database
  • Run main.go and open your web browser on http://localhost:8000

About

Creating a web server from scratch using Go's standard libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published