This is the fastify server for nullcast
This documentation is work in progress
- Must have nodejs version 12.x.x or greater
- Must have postgres database server running locally
- Copy and rename the
env.examplefile to.env. - Change the values of
.envas per your need. - Create a database instance for the app and add it's creds to the
.env. - R
yarnto install the dependencies. - Run
yarn init-tablesto provision the tables and initial seed data. - Run
yarn devto fire up the server