Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 238 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 238 Bytes

nhtsa_api

Installation instructions.

Run composer install.

After installation, run the following command:

php -S localhost:8000 -t public

To run tests, enter in the project directory:

./vendor/bin/phpunit

That's pretty much it!