/cassandradb

Primary LanguagePythonMIT LicenseMIT

⚡ Cassandra DB with Docker

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of Contents

📚 General info

  • Django Rest FrameWork API

📷 Screenshots

screen print

screen print

screen print

📶 Technologies

💾 Setup

  • Install Poetry as Virtual Env
    • create a virtual env with Poetry: poetry init
    • access the newly created virtual env: poetry shell
  • Install Django: poetry add django
  • Install Django RestFramework: poetry add djangorestframework
  • Install Python Decouple: poetry add python-decouple

💻 Code Examples

  • Migrate

    • python manage.py makemigrations
    • python manage.py migrate
  • Run

    • python manage.py runserver

📋 ToDo

  • ToDo: add Tests

📁 License

  • MIT

✉️ Contact