Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```