Welcome to PipPaper, the platform that takes trade management and journaling to a new level of professionalism and organization.
Designed with the serious trader in mind, PipPaper provides a comprehensive solution for meticulously documenting and analyzing your trading activities.
PipPaper will be a standalone app free to use for every serious trader, just import your trading csv en get insights into your trading behaviour
The rationale behind this project is that the current SAAS solutions are pretty expensive, so I thought why not build a standalone version.
The stack will be quite simple
Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
deno task start
This will watch the project directory and restart as necessary.
if you want to buy me a beer:
segwit: bc1q3lxkq3pmtqm2uyf63wqcg0354mpcrw63wxy2fz
- Importing broker data
- database service
TRADE DETAIL: MVP IN PROGRESS
TRADE LOG: first Iteration finished
work in progress but here are some ideas where it should be heading in the future!
If you have designs and nice functional additions just add them in the issues section
add prisma to project
deno run -A npm:prisma init
deno run -A npm:prisma db push
deno run -A npm:prisma generate --data-proxy
removed prisma experiment, vanilla db access and mapping more tedious, but it is working ¯_(ツ)_/¯