Skip to content

pedro-git-projects/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Content
cmd application specific code
internal non-application specific code, such as validators and database models
ui user interface assets
Method Pattern Handler Action
GET / home Displays the home page
GET /snippet/view/:id snippetView Displays a specific snippet
GET /snippet/create snippetCreate Displays HTML form for creating a new snippet
POST /snippet/create snippetCreatePost Creates a new snippet
GET /user/signup userSignup Displays HTML form for signing up a new user
POST /user/signup userSignupPost Creates a new user
GET /user/login userLogin Displays HTML form for signing in a user
POST /user/login userLoginPost Authenticates and logs in a user
POST /user/logout userLogoutPost Logs out a user
GET /static http.FileServer Serves a specific static file

About

Pastebin clone written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages