Skip to content

a web application called Snippetbox, which lets people paste and share snippets of text .

Notifications You must be signed in to change notification settings

100MAD/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnippetBox

a web application called Snippetbox, which lets people paste and share snippets of text — a bit like Pastebin or GitHub’s Gists.

Feutures:

  • Handled Routing using "julienschmidt/httprouter" httprouter package
  • Levelled Logging with Custom Logger
  • Database: MySQL database
  • HTML Templates
  • Middlwares : adding security headers,Request Logging,etc ... Handled by "justinas/alice" package
  • Mangaing Sessions and Sessions data
  • Running https server using a self-signed tls certifacte generated by "crypto/tls" package
  • User Athentication
  • UnitTesting : Go testing using "testing" package

Outward appearence of program:

appearence

Overview Of The app

view

create

signup

About

a web application called Snippetbox, which lets people paste and share snippets of text .

Resources

Stars

Watchers

Forks

Packages

No packages published