| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Fuzzapi is rails application which uses API_Fuzzer and provide UI solution for gem.
Install ruby in your machine either using rvm or rbenv
Clone the repository into your localmachine
cd /path/Fuzzapi/bin, move to Fuzzapi directory
bundle install to install the gem dependencies of the application
Delete dependencies from gem file and install separately if u r finding any specific dependency error.
rake db:migrate to creates tables, migrations etc.
rails s to run the server
Open http://localhost:3000 in browser which should point to the application url
If u get redis server error, install and start the service separately.
Close everything and go to Fuzzapi/bin folder.
open three tabs of terminal
redis-server in first tab
bundle exec sidekiq -r urFuzzAPIPath in second tab
rails s in third tab then visit and scan localhost:3000
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 directory
Install Docker in your local machine
Run docker-compose build to build the image locally.
Run docker-compose up to run the server.
Open http://localhost:3000 in browser which should point to the application url
Fuzzapi uses API_Fuzzer gem.
| Back | FazBrowse Home | New Git URL |