GithubHelp home page GithubHelp logo

agustin-chavez / trading-wallet Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 324 KB

๐Ÿ CS50X's final project. Investments portfolio manager.

Home Page: https://trading-wallet-production.up.railway.app/

License: Apache License 2.0

Python 50.71% CSS 3.02% HTML 41.47% JavaScript 4.66% Procfile 0.05% Shell 0.08%
cs50x css flask html jinja python sqlalchemy trading wallet javascript picocss

trading-wallet's Introduction

Trading Wallet - Investment Portfolio Manager

Trading Wallet is a web application developed in Python using the Flask framework and a SQLite3 database to manage user profiles and investment portfolios. Minimalist UI developed with PicoCSS.

Trading Wallet Diagram

Trading Wallet APP

Run

python -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

export DEBUG="True"
export SQLALCHEMY_DATABASE_URI="sqlite:///trading-wallet.db"
export SECRET_KEY=$(python -c "import secrets; print(secrets.token_hex(16))")

python run.py

Go to http://127.0.0.1:5000/

How to generate a secret with the python interpreter

import secrets

secrets.token_hex(16)

Features

  • Register, login and logout
  • Flash messages
  • Form validations
  • Encrypted passwords
  • See and update account username, email, password and profile picture
  • See all the stocks available in the market (integration with Yahoo Finance API)
  • Buy stocks and sell your holdings
  • Historical of transactions
home

regi

login account-error account-success market buy-error buy-success

trs

License

This project is licensed under the Apache License 2.0. See the LICENSE file for more details.

trading-wallet's People

Contributors

agustin-chavez 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.