Skip to content

alejandromcsd/paper-hands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paper Hands - React/NodeJS Portfolio Tracker App

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, ...).

Technical details

  1. Uses React 17/NodeJS
  2. Uses Typescript
  3. Uses NestJS
  4. Uses Sqlite with TypeORM
  5. Boilerplate Jest + NestJS unit tests
  6. Endpoints documented with Swagger

Installation

$ npm install

Setting up postgres (via Docker)

# development
$ docker-compose up

# run db migrations to create tables
$ npm run db:migrate:run

Running node app

# development
$ npm run start:debug

Test

# unit tests
$ npm run test

About

Portfolio tracker app focused on cryptocurrencies. React 17, NodeJS, NestJS, Typescript, TypeORM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors