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

https://github.com/mayromyller/techno

Project done in the Vuejs course by Origamid
https://github.com/mayromyller/techno

Last synced: 5 months ago
JSON representation

Project done in the Vuejs course by Origamid

Awesome Lists containing this project

README

          

Technođź’»

## About

Project create in Origamid course 'VueJS 2 Completo'

## Layout


## How to run

Clone project and access the folder

```
git clone https://github.com/mayromyller/techno-vueapp-using-api-exemple.git
```

Install dependencies

```
yarn

# Start front-end project
yarn serve
```

### Backend project

Install json server in [json-server](https://www.npmjs.com/package/json-server)

```
# Run server

json-server --watch api.json
```