Skip to content

eltonbor/trip_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trip Builder

API for agencies manage their trips.

  • Language: PHP (5.6)
  • Database: SQLite3
  • Requirements: Curl and mod-rewrite

Documentation and API browser

Access to online documentation and API browser

Install instructions

  • Download zip file and extract it to desired location
  • Configure Apache host path to /public
  • Make sure database directory is writeable to all users
chmod 777 trip_builder/db 
  • Make sure log directory is writeable to all users
chmod 777 trip_builder/log 

Todo List

  • Add security throught some sort of access token
  • Implement memcached on thirdy party API calls
  • Limit requests to avoid DOS attacks
  • Use a better logger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published