Coder Social home page Coder Social logo

anonhacker47 / vertigo Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 11.2 MB

Vertigo is a web app designed to help you organize, manage, and track your comic book collection with ease.

License: MIT License

Python 39.69% JavaScript 8.32% HTML 0.53% Vue 22.17% CSS 28.90% Mako 0.38% Shell 0.01%
collection-manager comic-books comic-tracker comics flask vuejs3

vertigo's Introduction

Logo

Vertigo

Vertigo is a web app designed to help you organize, manage, and track your comic book collection with ease. Created using Vue.js and Flask

Vertigo Homepage Screenshot



โš  Disclaimer โš : Vertigo is WIP and under active development. Expect occasional bugs, incomplete features, and potential breaking changes as I add new features and improve functionality. Only the basic CRUD is done till now.

Goals:

  • A responsive modern web app to track and curate physical comicbook collection
  • Search and filter options based on various criteria such as title, publisher etc.
  • Track reading progress (read/unread, backlog and ratings if needed).
  • Generate insightful statistics on collection.
  • Explore options to integrate with external APIs for automatic fetching of details.
  • Backup/Export User Data to commonly used formats.
  • Feel free to reach out if you have anything else you'd like to see!

Getting Started:

Vertigo is not released yet, and is under active development, but if you can try it out using the Developer Guide below.

Developer Guide:

Prerequisites:

Clone the repository

git clone https://github.com/anonhacker47/vertigo-comic-collection -b main
cd vertigo-comic-collection

Setup

Set up a Python 3 virtualenv and install the dependencies on it:

cd vertigo-backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Create the db and run flask app:

alembic upgrade head
flask run

By default, You can try out the app from http://localhost:5000/ .

If you want to tinker with the Frontend follow the below instructions.

Frontend Setup

Install the dependencies:

cd vertigo-ui
npm install

Run the Vue.js frontend:

npm run dev

Voila! you can find the frontend at http://localhost:5173/


Acknowledgements

vertigo's People

Contributors

anonhacker47 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.