I took at a stab at building a todo list level app in the meteor framework.
- App that allows anyone to create a new todo, edit any of the todos and to delete any todo.
- Create, Update, Delete Todo, client & server
- Done.
- React, Node, Mongo - Tailwind, Meteor.
- Install Meteor globally,
- Npm install & npm run dev command
- Meteor Galaxy channel available
- Docker setup available
- Pulumi setup available
- Terraform setup available: if am to touch this again.
docker run -p 80:80 --entrypoint '/bin/sh' 9dd16e11634e -c 'meteor run --allow-superuser --port 80'