Giter Club home page Giter Club logo

mimoso's Introduction

Api para sistema de geladari

  • /app/docs documentação para o api

  • token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InBlZHJvIiwiZXhwIjozNDY0MDE2NjMwfQ.dNN-PsrBwu6J7hRB_zqKjlkDAoStk2aiwq-Tqw2bVpE

  • Estrutura do projecto

. ├── Procfile ├── README.md ├── requirements.txt ├── settings.toml └── vite ├── app.py ├── blueprint │   ├── init.py │   ├── pycache │   │   ├── init.cpython-310.pyc │   │   ├── init.cpython-39.pyc │   │   └── view.cpython-39.pyc │   ├── restapi │   │   ├── init.py │   │   ├── pycache │   │   │   ├── action.cpython-39.pyc │   │   │   ├── init.cpython-310.pyc │   │   │   ├── init.cpython-39.pyc │   │   │   ├── resources.cpython-310.pyc │   │   │   ├── resources.cpython-39.pyc │   │   │   ├── token.cpython-310.pyc │   │   │   └── token.cpython-39.pyc │   │   ├── #resources.py# │   │   ├── resources.py │   │   └── token.py │   └── webui │   ├── init.py │   ├── pycache │   │   ├── init.cpython-310.pyc │   │   ├── init.cpython-39.pyc │   │   ├── view.cpython-310.pyc │   │   └── view.cpython-39.pyc │   ├── templates │   │   ├── 400.html │   │   ├── 404.html │   │   ├── 500.html │   │   └── index.html │   └── view.py ├── extension │   ├── command.py │   ├── configuration.py │   ├── database.py │   ├── docs.py │   ├── init.py │   ├── look.py │   └── pycache │   ├── command.cpython-310.pyc │   ├── command.cpython-39.pyc │   ├── configuration.cpython-310.pyc │   ├── configuration.cpython-39.pyc │   ├── database.cpython-310.pyc │   ├── database.cpython-39.pyc │   ├── docs.cpython-310.pyc │   ├── docs.cpython-39.pyc │   ├── generate.cpython-39.pyc │   ├── init.cpython-310.pyc │   └── init.cpython-39.pyc ├── init.py ├── model.py ├── pycache │   ├── app.cpython-310.pyc │   ├── init.cpython-310.pyc │   └── model.cpython-310.pyc └── static ├── image │   └── user.png └── swagger.json

mimoso's People

Contributors

pedrozau avatar

Stargazers

 avatar

Watchers

 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.