/fullstack-test-hockey-game

Test Développeur Fullstack intermédiaire

Primary LanguageJavaScript

Logo

Test Développeur Fullstack intermédiaire


Test Hockey Game

This is a full stack application built using Node.js together with Koa and Postgres on the backend and React on the frontend.

Prerequisites

API

See Readme for specifics

Install

make install-api

or cd api && npm install

Start

make start-api

or cd api && npm run start

Front

See Readme for specifics

Install

make install-front

or cd front && npm install

Start

make start-front

or cd front && npm run start