Fuzzapi is rails application which uses API_Fuzzer and provide UI solution for gem.
Install ruby in your machine either using
rvmorrbenvClone the repository into your localmachine
cd /path/Fuzzapi/bin, move to Fuzzapi directorybundle installto install the gem dependencies of the applicationrake db:migrateto creates tables, migrations etc.rails sto run the server and runexport REDIS_URL=redis://127.0.0.1:6379/0 && bundle exec sidekiqto run sidekiq.Open
http://localhost:3000in browser which should point to the application url
Fuzzapi comes with Docker to simplify installation processing. Following commands will setup application using Docker.
Clone the repository into your local machine
cd /path/Fuzzapi, move to Fuzzapi directoryInstall Docker in your local machine
Run
docker-compose buildto build the image locally.Run
docker-compose upto run the server.Open
http://localhost:3000in browser which should point to the application url
Fuzzapi uses API_Fuzzer gem.
Authors: www.twitter.com/abhijeth; www.twitter.com/lalithr95; www.twitter.com/srini0x00


