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

https://github.com/oguzthmc/fullstack-photobook-app

A full-stack web application to upload photos or pictures. Using GraphQL and AWS Amplify for backend, also Vue.js for frontend.
https://github.com/oguzthmc/fullstack-photobook-app

Last synced: 5 months ago
JSON representation

A full-stack web application to upload photos or pictures. Using GraphQL and AWS Amplify for backend, also Vue.js for frontend.

Awesome Lists containing this project

README

          

# photobook

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).