https://github.com/hamedzarei/dataak
dataak interview
https://github.com/hamedzarei/dataak
docker docker-compose lumen mysql
Last synced: 3 months ago
JSON representation
dataak interview
- Host: GitHub
- URL: https://github.com/hamedzarei/dataak
- Owner: hamedzarei
- Created: 2020-01-31T11:55:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T04:22:09.000Z (over 5 years ago)
- Last Synced: 2024-12-31T13:42:14.555Z (5 months ago)
- Topics: docker, docker-compose, lumen, mysql
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataak Sample Project
## Run
docker-compose up
docker-compose up -d
### create user
fields of user can be:
* name
* mobile
* password
* loc_lat: latitude of location
* loc_lon: longitude of location
* image: path of profile image#### for unit testing
can run vendor/bin/phpunit**This project is just for interview**