Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagtaprathmesh19/flask-playlister-app
Flask Playlists app in which we can add and you tube video id and create are own playlist to access quickly
https://github.com/jagtaprathmesh19/flask-playlister-app
css flask flask-application html5 mongodb mongodb-atlas python
Last synced: 24 days ago
JSON representation
Flask Playlists app in which we can add and you tube video id and create are own playlist to access quickly
- Host: GitHub
- URL: https://github.com/jagtaprathmesh19/flask-playlister-app
- Owner: jagtaprathmesh19
- Created: 2022-04-28T09:45:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T17:42:10.000Z (over 1 year ago)
- Last Synced: 2024-12-07T18:32:17.486Z (about 1 month ago)
- Topics: css, flask, flask-application, html5, mongodb, mongodb-atlas, python
- Language: HTML
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MY Flask App : Playlister
Playlister application is Flask app in which I used Flask framework as backend and MongoDB as database and for backend, I use HTML, CSS, and Bootstrap. Here is my app: Playlister.
On the first click, the user will go to on home page in which all playlisted are listed I make. On the homepage, there is a nav bar with **`Playlister`**
heading than **New playlist** button, search bar, playlists with title and description, and at the bottom footer.
Now, when you click on any of the playlists, you see the playlist title, date-time, description, and videos. and below videos, there is an edit and delete button. After that there is
Add a comment section and its delete button.So, when you click on New Playlist you will see a form that has Title, Description and Video URL fields which take Playlist Title, Description and Video URL ID respectively.
01/05/2022## Tech Stack
* **Frontend** - HTML, CSS, Jinja.
* **Backend** - Python, Flask
* **Database** - MongoDB.
* **Deployment** - Heroku.