https://github.com/fernandomema/gestor-pdf
https://github.com/fernandomema/gestor-pdf
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandomema/gestor-pdf
- Owner: fernandomema
- Created: 2021-06-15T17:11:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T17:00:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T12:12:38.085Z (over 1 year ago)
- Language: HTML
- Size: 3.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://opensource.org/)

# Description
Web app that let you upload documents for digitally sign or generate documents from templates.

## Stack
- Frontend
- 
- 
- 
- 
-  + tabler components
- Backend
- 
- 
# Deploy status
- Frontend:
- 
- https://insta-pdf.netlify.app
- Backend:
- 
- 
- https://insta-pdf.herokuapp.com/
# Diagrams
- [Database ER diagram](https://github.com/fernandomema/Gestor-PDF/blob/main/DB_ER_Diagram.png?raw=true)
- [Navigability map](https://github.com/fernandomema/Gestor-PDF/blob/main/navigability_map.png?raw=true)
# SetUp
## Backend
- Clone Backend repo
- ```git clone -b Backend --single-branch https://github.com/fernandomema/Gestor-PDF.git```
- Install dependencies
- ```composer install```
- Create .env file
- ```cp .env.example .env```
- edit .env files with your variables
- Required variables to aplication work
- Database variables
- SMTP variables
- Run migrations
- ```php artisan migrate```
- Generate laravel keys
- ```php artisan key:generate```
- Generate laravel passport keys
- ```php artisan passport:keys```