Skip to content

bilal-the-dev/Discord-Oauth2-Fastify-Postgres-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Had tried nodemon watch for ts files and then run tsc then node app.js - slow since tsc takes time Had tried running tsc -w and nodemon as separate scripts good but little hectic to run two scripts Did not try concurrently yet or nodemon with delay But tsc-watch works great since it uses tsc -w and gives an event on success

About

A simple backend for discord Oauth2 written in typescript, fastify for http(s) server and postgres as database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published