wasp/examples/tutorials/ItWaspsOnMyMachine
2023-06-14 21:56:26 +02:00
..
migrations Adapt example apps to project struct change (#809) 2022-11-11 18:58:29 +01:00
src Replaces Create React App with Vite (#1019) 2023-03-01 17:14:14 +01:00
.gitignore Adapt example apps to project struct change (#809) 2022-11-11 18:58:29 +01:00
.wasproot Adapt example apps to project struct change (#809) 2022-11-11 18:58:29 +01:00
main.wasp Upgrade React to v18 and Vite accordingly (#1248) 2023-06-14 21:56:26 +02:00
README.md Add dev excuse application (#680) 2022-08-06 10:11:25 +03:00

It Wasps On My Machine - an app to retrieve and store excuses for all your dev needs

Sponge Bob picks an excuse for today's stand-up

It Wasps On My Machine is a simple full stack web app, that pulls dev excuses from devexcuses-api Github project and enables you to save the ones you liked (and your boss doesn't).

Installation

Clone the repo, open the terminal in the containing folder, and run:

wasp db migrate-dev
wasp start