Giter Site home page Giter Site logo

nikgor / hotel-aggregator-service Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

A Python-based API service for managing hotels, aggregating them into meta-hotels, and providing functionalities such as creating hotels, merging multiple supplier hotels into a single meta-hotel, retrieving lists of meta-hotels and their associated hotels, reassigning hotels to different meta-hotels, and tracking the history of hotel assignments.

Home Page: https://hotel-aggregator-service-production.up.railway.app/docs/

Dockerfile 2.12% Makefile 1.81% Python 96.07%
django django-rest-framework python

hotel-aggregator-service's Introduction

Github Actions Status

๐Ÿจ Hotel Aggregator Service

Manage hotels, create meta-hotels, and more with this Python-based API service.

๐Ÿ“‹ Description

The Hotel Aggregator Service is a versatile Python-based API for hotel management and aggregation. Whether you need to create hotels, merge multiple supplier hotels into a single meta-hotel, retrieve lists of meta-hotels and their associated hotels, reassign hotels, or track the history of hotel assignments, this service has you covered.

๐Ÿ”ง Features

  • ๐Ÿข Hotel Creation: Create supplier hotels.
  • ๐Ÿ”„ Aggregation: Merge multiple hotels into meta-hotels.
  • ๐Ÿจ Meta-Hotel Listing: Get lists of meta-hotels and their associated hotels.
  • ๐Ÿ”„ Reassignment: Reassign hotels to different meta-hotels.
  • ๐Ÿ“… History Tracking: Track the history of hotel assignments.

No authentication or authorization required.

๐Ÿš€ Getting Started

  1. Clone the repository.
git clone
  1. Install the required dependencies.
make install
  1. Configure the database settings. See the .env.example file for an example.
# Create a .env file
touch .env
  1. Apply the database migrations.
make migrate
  1. Run the tests.
make test
  1. Start the service.
make start
  1. Create a superuser to access the admin panel.
make superuser
  1. Access the admin panel at http://localhost:8000/admin.
  2. Access the API documentation at http://localhost:8000/docs.

๐Ÿค– Contributing

Contributions are welcome! Please follow our Contribution Guidelines.

๐Ÿ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.

hotel-aggregator-service's People

Contributors

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