Skip to content

jakewheeler/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Go - SnippetBox

This repository contains the sample project code from the Let's Go book by Alex Edwards.

Database

Starting the database

docker compose up -d

Connecting to the database

mysql -h 127.0.0.1 -P 3306 -D snippetbox -u devuser -p

Enter the password used in docker-compose.yml.

Note: If devuser does not have appropriate permissions to access snippetbox you can use the root user and password (also found in docker-compose.yml) to grant those permissions.

About

Let's Go SnippetBox project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published