- Docker
- Go
- https://go.dev/doc/install
- Currently go1.17.7 darwin/amd64
- NodeJS
- Currently v16.13.1
- The locally running servers don't depend on a locally running database, instead they connect directly to the one running up on AWS, configured with some .env files.
API
// API comes up on http://127.0.0.1:3001
go run main.goCHAT
npm install
// API comes up on http://localhost:3002
npm startFRONTEND
npm install
// Launches http://localhost:3000/login
npm start