Nodejs + Typescript + Postgres + Redis
Prerequisites
- Docker Community Edition v17 or higher
$ docker-compose up -d
Or
$ docker-compose up
If logs are needed
Access http://localhost:5000/api/v1/users
and you're ready to go!
WIP
Switch to dev-local branch to run without docker
npm install
npm run dev
- Tabel - ORM for Node.js
- Express.js - Lightweight webserver
- Redis - For holding onto JWT tokens and refresh tokens
- Angular (WIP)