Quickly written TODO app (to demonstrate dockerization).
-
Install Docker
-
Install Make (you probably already have it)
-
(Optional) Login to GitHub container registry (to make use of cached Docker images)
-
Start project
$ make up
-
Go to app
-
Configure via variables defined in
Makefile
- Boilerplate Generator -
create-react-app - Styling -
styled-components - Base Styles -
@picocss/pico - GraphQL Client -
@apollo/client
- Boilerplate Generator -
create-fastify - Data Models -
mongoose - GraphQL Adapter -
mercurius - Config Management -
config