Skip to content

Starting a Kotlin Spring Boot application and JWT on the backend and Vue js on the frontend running with a docker-compose.

License

Notifications You must be signed in to change notification settings

edernilson/kotlin-spring-boot-vue-jwt-postgres-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-spring-boot-vue-jwt-postgres-start

Technologies

  1. Backend: Kotlin, Spring boot, JWT, PostgreSQL
  2. Frontend: Vue, JWT, Axios

Tasks

[X] Acesso via token JWT
[X] Cadastro de produtos
    [X] Identificar o tipo de corte (fixo, variável)
[ ] Cadastro de Grupos e Subgrupos de Produtos
[X] Cadastro de Clientes
[ ] Cadastro de Projetos
    [ ] Dados do Cliente
    [ ] Dados de Ambientes
        [ ] Lista de Produtos - Compensados
    [ ] Lista de Produtos - Expediente
    [ ] Cálculo e visão do resultado 
        (Visualização de cortes na folha de compensado/fórmica)
        [ ] Uso de sobras cadastradas (opcional no cálculo)
        [ ] API de cálculo
    [ ] Identificação/nomeação e registro de sobras
[ ] Cadastro de Usuários
[X] Documentação Swagger

How to start

  1. If on linux, run the script start services

     chmod +x runAll.sh &&  ./runAll.sh
    
  2. Open the browser and the managers:

  3. How to get the token to connect to Swagger

     curl -X POST 'localhost:8081/api/login' --header 'Content-Type: application/json' --data '{  "username": "eder.nilson@gmail.com", "password": "12345678"}'
    

Credits

License

MIT

About

Starting a Kotlin Spring Boot application and JWT on the backend and Vue js on the frontend running with a docker-compose.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages