- Authentication and Authorization (SignIn - SignUp)
- Manage Card (CRUD Card)
- Manage IOHistory (CRUD IOHistory)
- Check Entrance - Exit (RFID)
- Clone the repo and cd into it
- Set mode
LF(notCRLF) for entrypoint.sh file - Copy
.example.env(notapp.example.env) file to.envfile and update yourenv variables - Run
docker-compose -f docker-compose-developer.yml up --build -dlocal dev environment - Setup minio container.
- Run
docker exec -it <container_id of parking.minio> sh. - Run
mc alias set myminio http://parking.minio:9000 minioadmin minioadmin123. - Run
mc anonymous set public myminio/goparking.
- Visit
http://localhost:8005on browser.
Contact me with any questions!
Email: anquoc18092003@gmail.com Facebook: https://www.facebook.com/tranphuocanhquoc2003
Thank You so much for your time !!!

