A super basic CRUD app. Can serve as a starting point for more complex projects.
The frontend is built with Svelte 3 and is based on this tutorial: https://freshman.tech/svelte-todo/
The backend is built against Deno v1.4.5 and is using Oak v6.3.1 as its middleware library.
You must have Node.js and npm installed on your machine. This project was built against the following versions:
db_config.ts file inside the Backend foldercd into the project folder and run npm installnpm run devcd into the Backend folder and run denon start