Code Monkey home page Code Monkey logo

digitaldoc's Introduction

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

digitaldoc's People

Contributors

sitebase avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.