Skip to content

YuraGB/home_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home project

Required

- Instalation Docker
- in "composer.yaml" start "db"

It's because in "development" mode postgres comes from docker

.env file is required

NEXTAUTH_SECRET=***
NEXTAUTH_URL=***

POSTGRES_URL=****
POSTGRES_LOCAL_URL=postgresql://postgres:password@localhost:5432/hp?schema=public

POSTGRES_URL -> production POSTGRES_LOCAL_URL -> development -> from the local env. will be coming from docker

Releases

No releases published

Packages

No packages published

Languages