Skip to content

sagyzdop/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippetbox

A sample project from Alex Edward's book – Let's Go.

Setup instructions

1. Configure Environment Variables

Create a .env file in the root directory and specify the required environment variables. Use the .env.example file as a reference:

cp .env .env.example

Update the .env file with the appropriate values.

2. It is dockerized. To run it install and run docker, then use:

docker compose up

in the root folder. To run it in detached mode use -d flag. To run it in watch mode use the --watch flag.

For other configurations look in the docker-compose.yaml and init.sql files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages