Skip to content

hamon-in/pdf-annotator-filler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Annotator

Create virtual environment

$ virtualenv -p python3 venv

Activate virtualenv env

$ source venv/bin/activate

Change current working directory

$ cd pdf-annotator-filler

Install modules

$ pip install -r requirements.txt
$ cd backend
$ python
>> from api import db
>> db.create_all()
>> exit()
$ mkdir api/templates
$ mkdir api/static
$ cd ..
$ cd frontend
$ npm install

To run frontend dev server

$ cd frontend
$ npm run dev

To run backend flask server

$ cd backend
$ python run.py

To build frontend

$ cd frontend
$ npm run build
$ cd ..
$ mv backend/api/static/index.html backend/api/templates/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published