Skip to content

Snippetbox is a web app for creating text snippets, similar in nature to Github Gists or Pastebin.

Notifications You must be signed in to change notification settings

sjbabadi/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippetbox

To run Snippetbox:

  • Create a database on a running Postgres server
  • Create a .env file and include the following:
    • PG_HOST, PG_PORT, PG_USER, PG_PWD, DB_NAME, and PORT
  • Install the Postgres driver for Go
  • Run psql -d $DB_NAME < db/setup.sql from the root directory of snippetbox to create the necessary schema and any seed data
  • make run

About

Snippetbox is a web app for creating text snippets, similar in nature to Github Gists or Pastebin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published