Skip to content

HeyFang/parkEz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, Parkez is online parking reservation website templete...(incomplete)

Running it locally.

  1. you will need to install XAMPP server: https://www.apachefriends.org/
  2. clone this repo in xampp/htdocs directory.
  3. run xampp, start apace server and mysql db.
  4. type localhost in your browser and hit enter.
  5. you can visit site by typing path of homepage in your browser: localhost/parkez/login-register/welcome.html
  6. you can open myphp admin for configuring databse:
    a.create a new db named "login_register"
    b.table name "users"
    c.create 4 columns, named "id" (int) with idex as primary, "full_name" (varchar), "email" (varchar), "password" (varchar)... set lengths according to you...
    d.hit save and you are good to go :)