https://github.com/ysongh/petfamous
(Hack the System) A photo sharing social network for pets where viewers can earn NFT
https://github.com/ysongh/petfamous
bootstrap4 mysky skapp skydb solidity vue vuex
Last synced: 6 days ago
JSON representation
(Hack the System) A photo sharing social network for pets where viewers can earn NFT
- Host: GitHub
- URL: https://github.com/ysongh/petfamous
- Owner: ysongh
- License: mit
- Created: 2021-04-29T00:23:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T02:01:00.000Z (over 2 years ago)
- Last Synced: 2024-05-08T03:21:57.297Z (over 2 years ago)
- Topics: bootstrap4, mysky, skapp, skydb, solidity, vue, vuex
- Language: Vue
- Homepage: https://0008rpthm7k9qbb1n1adnbsibj8ravd4g4r73gt2g7gkp4nae75k2ag.siasky.net/#/
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pet Famous
A photo sharing social network for pets where viewers can earn NFT
- Live Site - https://0008rpthm7k9qbb1n1adnbsibj8ravd4g4r73gt2g7gkp4nae75k2ag.siasky.net/#/
- Demo - https://youtu.be/w3PJzEa2m5Q
## Features
- User can login with MySky
- Pet owner can upload a photo of their pets which is stored on SkyDB
- User mint NFT of the pet
## Technologies
- Vue 3
- Vuex 4
- Bootstrap 4
- MySky
- SkyDB
- Solidity
## Project setup
```
npm install
```
### Create a file called 'config.js' on the src folder and add the following code
```
export const seedphase = "your words";
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).