Skip to content

Web application called Snippetbox, which lets people paste and share snippets of text. This web apps from book that I bought, Let's Go by Alex Edwards

Notifications You must be signed in to change notification settings

umar006/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 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.

Routes

Method Pattern Action
GET / Display the home page
GET /snippet/view/:id Display a specific snippet
GET /snippet/create Display a HTML form for creating a new snippet
POST /snippet/create Create a new snippet
GET /user/signup Display a HTML form for signing up a new user
POST /user/signup Create a new user
GET /user/login Display a HTML form for logging in a user
POST /user/login Authenticate and login the user
GET /user/logout Logout the user
GET /static/*filepath Serve a specific static file

About

Web application called Snippetbox, which lets people paste and share snippets of text. This web apps from book that I bought, Let's Go by Alex Edwards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published