Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielschmitz/svelte-sapper-bulma-crud
A Svelte+Sapper+Bulma Crud
https://github.com/danielschmitz/svelte-sapper-bulma-crud
Last synced: about 1 month ago
JSON representation
A Svelte+Sapper+Bulma Crud
- Host: GitHub
- URL: https://github.com/danielschmitz/svelte-sapper-bulma-crud
- Owner: danielschmitz
- Created: 2019-05-17T14:12:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T09:53:59.000Z (about 2 years ago)
- Last Synced: 2024-08-02T19:33:17.130Z (4 months ago)
- Language: Svelte
- Homepage: https://svelte-sapper-bulma-crud.herokuapp.com/
- Size: 557 KB
- Stars: 77
- Watchers: 3
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-svelte - CRUD com Svelte+Sapper+Bulma
README
# Svelte+Sapper+Bulma Crud
A basic CRUD (Create, Read, Update, Delete) using [Svelte](https://svelte.dev), [Sapper](https://sapper.svelte.dev) and [Bulma](https://bulma.io/).
## DEMO
**WIP** https://svelte-sapper-bulma-crud.herokuapp.com/ **WIP**
## Instalation
```
$ git clone https://github.com/danielschmitz/svelte-sapper-bulma-crud.git
$ cd svelte-sapper-bulma-crud
$ npm install
$ npm run dev
```Go to http://localhost:3000
![Products Page](https://user-images.githubusercontent.com/1509692/58277944-41c95200-7d71-11e9-980e-a32a7b3138ce.png)
![Edit Product](https://user-images.githubusercontent.com/1509692/58277986-5efe2080-7d71-11e9-960e-06322be5971e.png)
## Backend
This CRUD uses northwind API: http://northwind.now.sh
## Stay updated about my books and cruds
Follow this accounts (low traffic, just book and crud updates)
## Roadmap
See this [issue](https://github.com/danielschmitz/svelte-sapper-bulma-crud/issues/1)