A frontend web application that ties with the darvester-api application to provide easy access to your Darvester database
Requires the darvester-api package.
git clone https://github.com/V3ntus/darvester-api-frontend; cd darvester-api-frontend
First:
nano src/config.js # set your HOST and PORT for the darvester-api
npm i
then to deploy:
npm run build
npm install -g serve
serve -s build
# listening on :3000
or
npm start
View a demo at darvester.gladiusso.com