Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.1 KB

File metadata and controls

62 lines (42 loc) · 1.1 KB

Snapify

A RESTful API service to take screenshot of any webpage.

Dependencies

  • Go
  • Docker (needed to be installed on your machine)
  • Postgresql
  • Minio (S3 compatible storage)
  • Redis (Queue)
  • Rod (Headless Browser library for golang)

Run application

make docker-up

Note: schema will be populated automatically.

Cleanup

make docker-down

Database schema

id UUID primary_key not_null
status string not_null
url string not null
stored_path string
created_at datetime index

Docs

After running docker compose,

Visit: http://localhost:9010/docs

Used Libraries

Support

Buy Me A Coffee

License

MIT