Demo project for experimentation with MongoDB, Vue, Typescript, Node, etc.
Initially will be just a simple list of recipes, end goal is to allow recipes to be versioned. That is, to allow them to be tweaked over time, while retaining a history of each iteration and notes explaining alterations.
- Simple read-only Vue app
- Migrate to TypeScript
- Current Remove Stitch, create separate API project
- Simple Rails API
- Add authentication/authorization
- Add ability to create/edit/delete Recipes
- Refine Schemas if necessary, investigate schema versioning pattern
- Add ability to version Recipes
./deploy.sh
yarn install
yarn serve
yarn build
yarn lint