docker compose up
# In a separate terminal
npm install
npm start
Go to http://localhost:3001
- Add node server to docker compose
- Unit test
- Integration test
- Make it fancy
- Convert to Vue or React
- Use framework (Material-UI?)
- Add CLI?
docker compose up
# In a separate terminal
npm install
npm start
Go to http://localhost:3001