Giter VIP home page Giter VIP logo

itumik_backend's Introduction

ITUMIK_backend

unit test examples: Test client creation and requests https://github.com/mongodb-developer/pymongo-fastapi-crud/blob/main/test_books_crud.py

conda create -n <environment_name> python=3.10 pip -y conda activate <environment_name> pip install -r requirements.txt -y cd main python3 debug.py

for windows: conda create -n py310 python=3.10 ; conda activate py310 ; pip install -r requirements.txt ; cd main ; python3 debug.py

docker build -f DockerFile -t mik_backend . && docker run --rm -i -t -p 8008:8008 mik_backend TODO:

  • replace error messages with custom ones
  • example: raise CustomError(ErrorCodes.mik_ec_001, ErrorMessages.mik_ec_001_MESSAGE, 422, parameters=[Configs.DB_USERNAME, "python_client"])

*Hata alsa da örneğin invalid json dinlemeye devam etmeli benzer yapı on_message'de yapıldı mesaj yanlış olsa da dinlemeye devam ediyor kullanıcıyı bilgilendirmek için log atılıyor

JENKINS JENKINS'teki user'ın çalıştığı makinede sudo yetkisi olmalı. echo "jenkins ALL=(ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers

itumik_backend's People

Contributors

rsemihkoca avatar baturalpince 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.