An Express Server boilerplate made with Typescript, Postgresql and Redis.
An Express Server boilerplate made with Typescript, Postgresql and Redis.
git clone https://github.com/benawad/express-ts-server-boilerplate.git
cd express-ts-server-boilerplate
yarn
db
(You can change it in the config.json file)postgres
and password postgres
.)You can start the server with yarn dev
.