Giter Club home page Giter Club logo

subalogue's Introduction


✨ A subscription manager aiming to offer a better visibility of your personal subscriptions ✨


Features

  • Keep a list your subscriptions
  • ... more to come

Roadmap

  • Set the period on which the subscription is paid
  • Set subscription category
  • Set subscription tags
  • Filter by payment period, category or tags
  • Filter by keyword

How To Use

Run It Locally

If you are interested in using Subalogue on your machine instead of the hosted version, there is a straighforward, although not polished way.

Prerequisites

Subalogue uses auth0 for authentication, so at this point that is still a requirement to run the app locally. In the future this will be omitted to make things easy.

Config

Bring your own .env.development file to the project root folder with the following environment variables set:

DATABASE_URL=URL_TO_YOUR_DB
SESSION_KEY=RANDOM_STRING
AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID
AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
AUTH0_CLIENT_SECRET=YOUR_AUTH0_CLIENT_SECRET
AUTH0_CALLBACK_URL=YOUR_AUTH0_CALLBACK_URL
REDIRECT_APP_URL=URL_TO_THE_CLIENT_APP

Run the server

Build and run the docker containers, the most friendly way is through:

docker-compose up

The web container runs Reflex on startup, so the binary will be rebuilt and started again on every file change.

Apply the migrations

A better way for this is still in TODO.

docker-compose exec api bash -c "migrate -database ${DATABASE_URL} -path db/migrations up

Check out the client

The frontend is built with Vue. Check out the app.

How To Contribute

If you are interested, thank you.
It's important to note that I'm not a Go expert and this is a pet project on which I still learn.

With that said - if for some reason you've found this repo, this is still very much in active development, which I prefer to do alone until all intended features are done and polished.

subalogue's People

Contributors

rallyos avatar

Stargazers

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