Skip to content

prashant-pokhriyal/gittha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gittha

URL Shortener

Documentation

Yet to be drafted

Prerequisites

Installing

Open terminal, and run following command to clone repository.

git clone [email protected]:prashant-pokhriyal/gittha.git
cd gittha/

Start Server

php -S localhost:8000 -t public/

Open Browser and hit localhost:8000

If you want to change your mysql credential, then make changes in config.php under include dir.

You can setup database by running setup.sh file. It takes three arguments : username, password and database.

./setup.sh root root123 jai_radha_mata_db

Database schema is already provided under sql dir.

Author

  • Prashant Pokhriyal

About

URL Shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published