Skip to content

Ponjika can store any information in the form of a playlist. And help users to organize information. Websites will use API to collect information for anime, movies, and books. without these three categories, people can insert custom items. and make custom categories. every item will have a description, link, and icon.

Notifications You must be signed in to change notification settings

434huzaifa/Ponjika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ponjika

Ponjika can store any information in the form of a playlist. And help users to organize information. Websites will use API to collect information for anime, movies, and books. without these three categories, people can insert custom items. and make custom categories. every item will have a description, link, and icon.

Project Presentation Video

Prerequisite

flask-login

flask-mongoengine

requests

flask-uploads

MongoDB

Jikanpy

MUST DO THIS:

The version we used of flask_uploads was not updated thats why we have to do this.

  1. Go to this director C:\Users\%USER%\AppData\Local\Programs\Python\Python310\Lib\site-packages\flask_uploads.py
  2. open flask_uploads.py
  3. find from werkzeug. import secure_filename,FileStorage
  4. replace the line with from werkzeug.utils import secure_filename from werkzeug.datastructures import FileStorage

How to Run

  1. Download The Repo then run main.py
  2. Make sure your cmd run location same as the main.py location
  3. See init.py to change database settings

alt text

alt text alt text

alt text

alt text alt text alt text

Feature

  1. Create user account
  2. Login to user account
  3. Create a category
    • Category name
    • Category detail
  4. Add item to category
    • Item name
    • Item icon
    • Item detail
  5. Delete /edit category
  6. Delete/edit item
  7. Search an item
  8. Logout

About

Ponjika can store any information in the form of a playlist. And help users to organize information. Websites will use API to collect information for anime, movies, and books. without these three categories, people can insert custom items. and make custom categories. every item will have a description, link, and icon.

Topics

Resources

Stars

Watchers

Forks