Giter VIP home page Giter VIP logo

khantoimoveisapi's Introduction

KhantoImoveisAPI

This project is a Test

SetUp

Create a Env with python 3.10 and active Env

  • Add libs usindg requirements.txt, run this command with Env Active:

    • pip install -r requirements.txt
  • Migrate project with commands:

    • python manage.py migrate
  • Add fixtures to your Database:

    • python manage.py loaddata property.json
    • python manage.py loaddata ad.json
    • python manage.py loaddata reservation.json
  • For initialize project run:

    • python manage.py runserver

Routes

  • Property:
    • http://127.0.0.1:8000/api/properties/ (GET, POST)
    • http://127.0.0.1:8000/api/properties/<PK>/ (GET, PUT, PATCH, DELETE)
    • body:
      •   {
              "name": "Apartamento na Praia",
              "num_bathrooms": 2,
              "accept_animals": false,
              "cleaning_price": 120.50,
              "gest_limit": 6,
              "activate_date": "2023-01-01T00:00:00Z",
          }
        
        
        
  • AD:
    • http://127.0.0.1:8000/api/ads/ (GET, POST)
    • http://127.0.0.1:8000/api/ads/<PK>/ (GET, PUT, PATCH)
    • body:
      •   {
              "property": "45414529-e862-435c-a899-150d1db4645e",
              "platform_name": "TripAdvisor",
              "platform_tax": 2.22,
          }
        
  • Reservation:
    • http://127.0.0.1:8000/api/reservations/ (GET, POST)
    • http://127.0.0.1:8000/api/reservations/<PK>/ (GET, DELETE)
    • body:
      •   {
              "ad": "a948b7bb-3fc6-46a9-917e-b365b68b8be5",
              "check_in": "2023-01-01",
              "check_out": "2023-01-02",
              "guests": 2,
              "comment": "Beautiful",
              "total_price": 102.30,
          }
        
        

khantoimoveisapi's People

Contributors

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