Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ausgomez/countries-app-vue
Appwrite + Vue.js CRUD
https://github.com/ausgomez/countries-app-vue
appwrite vue
Last synced: 2 months ago
JSON representation
Appwrite + Vue.js CRUD
- Host: GitHub
- URL: https://github.com/ausgomez/countries-app-vue
- Owner: ausgomez
- Created: 2020-10-06T05:40:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T05:17:32.000Z (about 4 years ago)
- Last Synced: 2024-08-11T16:09:07.620Z (5 months ago)
- Topics: appwrite, vue
- Language: Vue
- Homepage: https://app-countries-vue.netlify.app/
- Size: 159 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# countries-app
## Description
This is a Vue.js App made to interact with a Appwrite Server
## Demo
### Login In
![alt text](https://github.com/Anstroy/countries-app/blob/master/public/login.gif?raw=true)
### Adding Pais
![alt text](https://github.com/Anstroy/countries-app/blob/master/public/add.gif?raw=true)
### Editing Pais
![alt text](https://github.com/Anstroy/countries-app/blob/master/public/edit.gif?raw=true)
### Removing Pais
![alt text](https://github.com/Anstroy/countries-app/blob/master/public/remove.gif?raw=true)
### Searching Pais
![alt text](https://github.com/Anstroy/countries-app/blob/master/public/search.gif?raw=true)
### To run it simply run
```
yarn serve
```#### or
```
npm run serve
```