Skip to content

Basic interface made with vanilla JavaScript consuming my foodtruck API

Notifications You must be signed in to change notification settings

TristanBonnal/foodtruck-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodtruck Spot

Login and reserve your favorite spot for your foodtruck within few minutes !

alt text

alt text

How to install

  1. Install first the API repo : https://github.com/TristanBonnal/foodtruck-api.git

  2. Launch php server on the API repo on port 8000

    php -S localhost:8000 -t public
    
  3. Launch php server on the front repo (this one) on a different port for exemple

    php -S localhost:8001 
    
  4. Go to localhost:8001 on your browser

About

Basic interface made with vanilla JavaScript consuming my foodtruck API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published