Skip to content

Web application that will help you in shortening your url

Notifications You must be signed in to change notification settings

topten1222/short-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Project

  1. Install docker
  2. clone project
  3. go to the directory in which you cloned the project. Run the commands from this directory
    docker compose up -d
  4. execute service php. Run the commands from this firectory
    docker exec -it {containerNameServicePhp} /bin/sh
  5. composer install. Run the commands from this directory
    composer install
  6. rename file env to .env
  7. database migration. run the command from this directory
    php spark migrate
  8. open browser http://localhost

How to check container name

run command from this project

docker-compose ps

About

Web application that will help you in shortening your url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published