News And Topics Management API

Made with Nx, Fastify, and Prisma (Postgres)The Nx project graph

Postman Documentation

https://documenter.getpostman.com/view/23244223/2s9YC1YaTv

Setup and start local development of the app

Run yarn install to install all dependencies

yarn install

Copy .env.example to .env and fill in the values

cp .env.example .env

Setup postgres database (here using Docker)

yarn prepare-db-container
yarn configure-db

Run the app

yarn start

Run db client

yarn prisma-studio

Build the app

yarn build

Run test

yarn test