Skip to content

ganochenkodg/svelte-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD app on svelte

Simple app with crud operations and DB switcher.

description

  • Frontend: Svelte + sveltestrap + nginx
  • Backend: nodejs + express

databases

  • MongoDB
  • PostgreSQL
  • ElasticSearch
  • Redis

usage

Create a copy of .env.example as .env to set the env vars for the database. docker-compose up -d and open http://localhost:8080