Giter VIP home page Giter VIP logo

teste_backend's Introduction

Nome do Projeto

sistema de gerenciamento de venda

Descrição

Este teste tem como objetivo avaliar habilidades no desenvolvimento de backend, utilizando o NestJS, Prisma e Docker.

Tecnologias Utilizadas

  • NestJS
  • Prisma
  • SQLite
  • Docker

Getting Started

To begin using the Email Service API, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies with npm install.
  3. Start the server with npm run start:dev.
  4. Run Prisma Studio to access the database npx prisma studio.

Rotas

Descrição das rotas disponíveis na API.

Clientes

  • POST /api/v1/client: Cria um novo cliente.
  • GET /api/v1/client: Lista todos os clientes.
  • GET /api/v1/client/:id: Obtém detalhes de um cliente específico.
  • PUT /api/v1/client/:id: Atualiza um cliente específico.
  • DELETE /api/v1/client/:id: Exclui um cliente específico.

Produtos

  • POST /api/v1/product: Cria um novo produto.
  • GET /api/v1/product: Lista todos os produtos.
  • GET /api/v1/product/:id: Obtém detalhes de um produto específico.
  • PUT /api/v1/product/:id: Atualiza um produto específico.
  • DELETE /api/v1/product/:id: Exclui um produto específico.

Vendas

  • POST /api/v1/sale: Cria uma nova venda.
  • GET /api/v1/sale: Lista todas as vendas.
  • GET /api/v1/sale/:id: Obtém detalhes de uma venda específica.
  • PUT /api/v1/sale/:id: Atualiza uma venda específica.
  • DELETE /api/v1/sale/:id: Exclui uma venda específica.

License

This project is licensed under the MIT License. For more information, please see the LICENSE file in the root directory of the project.

Author

Inácio Rodrigues

Contact

If you have any questions or need further assistance, feel free to reach out:

teste_backend's People

Contributors

inaciorodrigues 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.