Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulopariz/todolist
🗒️ ToDo List desenvolvida com VueJs e Json-Server como uma API 'fake'. Podendo adicionar uma tarefa, editar, marcar como concluída e deletar.
https://github.com/paulopariz/todolist
javascript json-api json-server tailwind vuejs vuex
Last synced: 12 days ago
JSON representation
🗒️ ToDo List desenvolvida com VueJs e Json-Server como uma API 'fake'. Podendo adicionar uma tarefa, editar, marcar como concluída e deletar.
- Host: GitHub
- URL: https://github.com/paulopariz/todolist
- Owner: paulopariz
- Created: 2022-12-28T23:41:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T00:44:35.000Z (about 2 years ago)
- Last Synced: 2024-11-12T12:28:43.781Z (2 months ago)
- Topics: javascript, json-api, json-server, tailwind, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ToDo List
ToDo List desenvolvida com VueJs e Json-Server como uma API 'fake'. Podendo adicionar uma tarefa, editar, marcar como concluída e deletar.
https://user-images.githubusercontent.com/111146928/210158317-484107c4-3d75-493c-9225-fa3f267c9e37.mp4
## ⚙️ Tecnologias
- VueJs
- Vuex
- JavaScript
- Tailwind
- Json-Server## 💻 Clone o repositório
````
$ git clone https://github.com/paulopariz/ToDoList.git
`````
````
$ cd TodoList
`````
````
$ yarn install
`````
````
$ yarn serve
`````## 🛠️ Config Json-Server
### Em seu terminal use o comando:
```
$ npm install -g json-server
```
### Em seguida:
```
$ cd ToDoList
$ cd api
```
### Use o comando para a porta 3000:
````
$ npx json-server --watch database.json --port 3000
````
### Documentação json-server
- ACESSE A DOCUMENTAÇÃO AQUI para melhores práticas
Contato: