Skip to content

pjfernandecabo/myInvestmentX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyInvestmentX

Static Badge

My InvestmentX

Keep track your fund investments

MyInvestmentX

Index

  1. Next Steps
  2. Cloning
  3. Environment variables
  4. requirements
  5. Get started

Next steps

  1. Production + CI/CD + DB

  2. MongoDB

  3. APIs creation: Flask-RESTful

  4. API securing

  5. API errors

  6. API documentation: flask-swagger-ui

  7. Docker

  8. Web in different languages

  9. Background works

  10. Remembering Password

Cloning

git clone https://github.com/pjfernandecabo/myInvestmentX.git

Later, I am going to tag the main parts and you could download them

git checkout tags/<tag> -b <branch>

i.e.

git checkout tags/APIS -b API

Environment variables

Linux/Mac:

it is useful write them in .venv/bin/activate

export FLASK_APP="entrypoint"

Next are convenient but I do not use yet

export FLASK_ENV="development"
export APP_SETTINGS_MODULE="config.local"

Windows

set "FLASK_APP=entrypoint"
set "FLASK_ENV=development"
set "APP_SETTINGS_MODULE=config.local"

Libraries - requirements

All the libraries you need are in

pip install -r requirements.txt

Get started

cd myFinanceX

flask --app entrypoint run --debug --port 8008

or

flask run --debug --port 8008

About

Grow your Funds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published