-
在 ./api 新建 .env
cd api cp .env.example .env
需修改:DB_PASSWORD、GOOGLE_MAPS_API_KEY
google api key 申請:https://developers.google.com/maps/documentation/javascript/get-api-key?hl=zh-tw
-
起 docker
docker-compose up -d
-
docker 內建立 database
# 跑 db migration & seed docker exec -ti fleetbase_application_1 bash php artisan mysql:createdb php artisan migrate:refresh --seed
-
前台註冊 & 登入
網址:
http://localhost:4200
註冊後需到 db 查看驗證碼
- table:verification_codes
- 欄位:code
-
-
Notifications
You must be signed in to change notification settings - Fork 2
License
NXTFleetbase/Fleetbase
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Code of conduct
Contributing
Security policy
Stars
Watchers
Forks
Sponsor this project
Packages 0
No packages published