This is simple Fastify API with token-based authentication (expires in 1 day)
If you'd be interested in using this repo or project
This will run the Typescript files directly
- Clone this repo
- Install all dependencies with
yarn install
ornpm install
- Run all migrations with
yarn migrate
ornpm run migrate
- Start the server using
yarn dev
ornpm run dev
To compile the Typescript files down to Javascript, use any of the commands below
Using Yarn
yarn build
Using NPM
npm run build