Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
samples/*.db
eddie/eddie
.vscode
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,22 @@ Supercharger by GoLang, VueJS interface included
* Documents signatures
* RSA Database encryption
* End to end data encryption (SSL)
* ISO 27001 datacenter
* taylored for ISO 27001 datacenter

## Todo

### small improvments
- api key change reset cookie store
- better relogin , jwt exp.
## Usage:
```
cd eddie
go build && go test -v
ENV=development ./eddie
```

### roadmap
- OAuth2
- log entries
- qrcode
- add custom page size
- bind header/footer template data (current page of ...)
- mailchimp integration
- PDF P12 signing or workflow
- P12 cert. expiration
- sample docs
- DASHBOARD
- Integrated cache for fast document delivery
- edit roles
- invite user / create account
- document / mail / versioning

This software has been written back in 2018.

I am actually working on one other project but would be please to pack it up for you.

Feel free to contact me if you need fast, efficient, customizable JSON to PDF gateway.



18 changes: 0 additions & 18 deletions eddie-frontend/.babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions eddie-frontend/.editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions eddie-frontend/.eslintignore

This file was deleted.

25 changes: 0 additions & 25 deletions eddie-frontend/.eslintrc.js

This file was deleted.

14 changes: 9 additions & 5 deletions eddie-frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.DS_Store
node_modules/
/dist/
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log

# Editor directories and files
.idea
Expand All @@ -15,3 +18,4 @@ selenium-debug.log
*.ntvs*
*.njsproj
*.sln
*.sw?
9 changes: 0 additions & 9 deletions eddie-frontend/.postcssrc.js

This file was deleted.

38 changes: 16 additions & 22 deletions eddie-frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
# eddie-frontend
# eddie-frontend-2

> A Vue.js project

## Build Setup

``` bash
# install dependencies
## Project setup
```
npm install
```

# serve with hot reload at localhost:8080
npm run dev
### Compiles and hot-reloads for development
```
npm run serve
```

# build for production with minification
### Compiles and minifies for production
```
npm run build
```

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
### Lints and fixes files
```
npm run lint
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
5 changes: 5 additions & 0 deletions eddie-frontend/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
41 changes: 0 additions & 41 deletions eddie-frontend/build/build.js

This file was deleted.

54 changes: 0 additions & 54 deletions eddie-frontend/build/check-versions.js

This file was deleted.

Binary file removed eddie-frontend/build/logo.png
Binary file not shown.
Loading