Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 203 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 203 Bytes

1.Use docker to install this website :

sudo docker-compose up -d

2.Create database change the database name in .env file.
3.Run laravel migrations.
4.Visit localhost:7000