Fastify

fastify laboratory

To-do

  • Using testing library like jest or tap
  • Dependency Injection

Docker db

CREATE DATABASE winverse ENCODING 'UTF8';
CREATE USER winverse WITH ENCRYPTED PASSWORD 'winverse';
GRANT ALL PRIVILEGES ON DATABASE winverse to winverse;
ALTER USER winverse CREATEDB;