Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 344 Bytes

File metadata and controls

10 lines (8 loc) · 344 Bytes

NPPES NPI Database Tool

Basic API Search Tool utilizing Laravel and React

Build Dev

Clone repository. cd into \api and run php artisan serve cd back up into react-front, run npm install and npm start May need to ensure baseUrl in useConnection points to Laravel dev server.

Test

cd into react-front and run npm test