Skip to content

usetrio/webselfie-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webselfie

This application is used to generate screenshots of websites based on provided URLs, returning images of the pages

Requirements

  • Java 8
  • Maven
  • Google Chrome
  • PostgreSQL instance listening on port 5432 (you must create a database named webselfie, you can modify database properties in the application.properties file, located in '/src/main/resources')

Install

In a terminal window, run the command mvn clean install

Run

In a terminal window, run the command mvn spring-boot:run, your application will be listening by default on port 8080

Futher information

  • Engineering Spec: here
  • Postman JSON collection for testing: here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages