Bookmarking service allows you to add a URL and posting comments.
If you use docker, clone, build and run case.
git clone https://mikhail-buryak@bitbucket.org/mikhail-buryak/restbookmarks.git
cd restbookmarks/development
docker-compose build
docker-compose up -d
You can also put contents of a application folder, in to domain folder on your server.
After deploy run artisan command in application folder for migrate-up database tables
php artisan migrate
- Docker
- Nginx
- MySQL
- Lumen