Paper Hands is a (work-in-progress) portfolio tracker app focused on cryptocurrencies. You can create portfolios and link coin positions (amount, avg purchase price). Paper Hands will generate trade recommendations at different profit levels (i.e. take profit at 5x, 8x, 10x, ...).
- Uses React 17/NodeJS
- Uses Typescript
- Uses NestJS
- Uses Sqlite with TypeORM
- Boilerplate Jest + NestJS unit tests
- Endpoints documented with Swagger
$ npm install# development
$ docker-compose up
# run db migrations to create tables
$ npm run db:migrate:run# development
$ npm run start:debug# unit tests
$ npm run test