rootchile / jumpdigitalbarcelona

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jump Digital Barcelona

Project based on challenge of Jump Digital Barcelona you can find here.

CodeFactor Quality Gate Status

Stack

  • Nodejs
  • Express
  • Knex
  • Jest

What is the goal ?

Build endpoints to get insights about companies data, such as order by funding date, size, and aggregated metrics.

Available endpoints

/reports/companies?order=founded
/reports/companies?order=size
/reports/summary

How to run

docker-compose up -d
npm install
npx knex migrate:up
npx knex seed:run
# dev o start (production)
npm run dev

About


Languages

Language:JavaScript 99.3%Language:Shell 0.7%