Skip to content

asadbek21coder/demoproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create .env file from .env.example before running the project

Run service

 make start

Run migrations

 make migration-up

Run create migration file

 make migration-generate name=foobar

Run stop containers

make stop

Run remove containers

make rm