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.
- Host: GitHub
- URL: https://github.com/oguzthmc/fullstack-photobook-app
- Owner: oguzthmc
- Created: 2020-12-28T14:29:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T14:31:43.000Z (about 5 years ago)
- Last Synced: 2025-03-24T03:19:17.325Z (10 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).