DiogoCercilio / cryptotao

.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ npm install

Running the Application (using Docker Compose)

!important

You'll need both Docker and Docker Compose installed and configured globally for running the Application using this command below. Docker Docker Compose

  npm run start:docker

Now, you should be able to call the application running the following curl command:

  curl http://localhost:9000/check | json_pp -json_opt pretty

The following result should appear:

Running the app (Without Docker Compose)

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

All endpoints:

Published version (AWS Ec2) http://ec2-44-201-84-150.compute-1.amazonaws.com:3000/

  • {url}/ - The main Hello World
  • {url}/check - A simple scrapping script for the CryptoTao main website
  • {url}/graphql - The Apollo Client Main Page
  • {url}/wallet/nft?walletAddress={walletAddressString}

License

This project has a public GNU GENERAL PUBLIC LICENSE.

About

.

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.6%Language:JavaScript 4.7%Language:Dockerfile 1.1%Language:Shell 0.7%