simple-address-book

Simple Address Book

Simple address book with Deno, Svelte and MongoDB

Simple address book with Deno, Svelte and MongoDB

simple-address-book is released under the Public License v3.0.

Tech Stack

Deno

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

  • Secure by default. No file, network, or environment access, unless explicitly enabled.
  • Supports TypeScript out of the box.
  • Ships only a single executable file.
  • Has built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
  • Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno: deno.land/std
  • Has a number of companies interested in using and exploring Deno

Svelte

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

Installation and run the app with docker 🚀🚀

Get the code

git clone https://github.com/JulienChapron/simple-address-book.git
cd simple-address-book 
docker-compose up --build 

Version 0.1

***Initial

Top categories

Loading Svelte Themes