Git Product home page Git Product logo

mongo-python's Introduction

Mongo-Python

Start programm

docker compose up --build

The website runs on http://localhost:9661/ if not configured different

Start without Docker

On Windows

python -m venv env-pymongo-fastapi-crud

. env-pymongo-fastapi-crud\Scripts\Activate.ps1

Install Dependencies

pip install -r requirements.txt

python -m uvicorn main:app --reload

mongo-python's People

Contributors

draud-egomann avatar dominictosku avatar

Watchers

 avatar

mongo-python's Issues

Header buttons

Die Buttons im Header sollen einen grösseren Abstand haben

playlist function

if the song is finished, the next from the playlist should start, if it was the last, stop the player

  • Click on Play and the songs start in player
  • When a song is fin, start the next from Playlist
  • When the last song was played, clear player

create song

page to create song and add to it database.

edit songs

page to edit song and add to it database.

delete songs

Confirmation modal to delete songs and remove them from database.

Page View & Grid is not good

On desktop view:

  • As stated in Issue #6 the Buttons are distracting and should be hidden.
  • When you close the Sidebar, three songs should be on one line instead of just two (flexible change).
  • Pagination?

On mobile view:

  • The header has the desktop view, with small search bar, which isn't appropriate since mine can't hover on mobile
  • The sidebar and song list are squeezed in. The sidebar should be fixed above the song list.
  • The crud buttons squeeze the title, they better wanted to be under the rating
  • Pagination?

CRUD Playlists

Modal to create Playlist in Sidebar

Edit button to edit playlist name in sidebar.

Delete Modal to delete playlist.

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.