Giter Site home page Giter Site logo

worldleaguedrawcase's Introduction

WorldLeagueDraw

Uygulama dockerize olarak çalışmaktadır. "docker-compose up --build" komutuyla çalıştırılabilir.

Veritabanı olarak MongoDb kullanıldı. Default olarak 27017 portunda çalışmaktadır.

API tarafında .NET 7 kullanıldı. Default olarak :8000 portunda çalışmaktadır.

API'de sadece bir adet endpoint bulunmaktadır. Aşağıdaki adrese body içerisinde NameSurname ve GroupCount ile POST requesti atıldığında aşağıdaki gibi bir response dönmektedir.

http://localhost:8000/api/WorldLeagueDraw

{ "groups": [ { "groupName": "Group-A", "teams": [ { "name": "Adesso Rotterdam" }, { "name": "Adesso Marsilya" }, { "name": "Adesso Gent" }, { "name": "Adesso Milano" } ] }, { "groupName": "Group-B", "teams": [ { "name": "Adesso Amsterdam" }, { "name": "Adesso Paris" }, { "name": "Adesso Brugge" }, { "name": "Adesso Napoli" } ] }, { "groupName": "Group-C", "teams": [ { "name": "Adesso Lahey" }, { "name": "Adesso Nice" }, { "name": "Adesso Anvers" }, { "name": "Adesso Venedik" } ] }, { "groupName": "Group-D", "teams": [ { "name": "Adesso Eindhoven" }, { "name": "Adesso Lyon" }, { "name": "Adesso Brüksel" }, { "name": "Adesso Roma" } ] }, { "groupName": "Group-E", "teams": [ { "name": "Adesso Lisbon" }, { "name": "Adesso İzmir" }, { "name": "Adesso Barselona" }, { "name": "Adesso Berlin" } ] }, { "groupName": "Group-F", "teams": [ { "name": "Adesso Coimbra" }, { "name": "Adesso Antalya" }, { "name": "Adesso Madrid" }, { "name": "Adesso Münih" } ] }, { "groupName": "Group-G", "teams": [ { "name": "Adesso Porto" }, { "name": "Adesso Ankara" }, { "name": "Adesso Sevilla" }, { "name": "Adesso Frankfurt" } ] }, { "groupName": "Group-H", "teams": [ { "name": "Adesso Braga" }, { "name": "Adesso İstanbul" }, { "name": "Adesso Granada" }, { "name": "Adesso Dortmund" } ] } ] }

worldleaguedrawcase's People

Contributors

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