Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Doc

Small web application to help convert paper documents into digital ones. This project is created as final project for my CS50 course that I did via edx

Demo

View demo

Run

To run this on your computer execute following command:

cd src && php -S localhost:8000

If you now go to http://localhost:8000/api/ your should see some json that indicates that your API is running.

Requirements

  • wkhtmltopdf: used to create PDF documents
  • PHP

Testing commands

Some commands to test the API without the need for a user interface:

curl --data '<html><body>Hello <strong>world</strong></body></html>' http://localhost:8000/api/generate/

Deploy

I use Heroku to host this project and use multi buildpack to add support for wkthmltopdf.

The following button makes it possible to deploy this project on your own Heroku instance with a few easy clicks:

Deploy

Information

About

Digitize your paper documents without the need for a scanner

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages