https://github.com/bohdanmoroziuk/quasagram
A social media app where you can post your photos.
https://github.com/bohdanmoroziuk/quasagram
axios firebase instagram-clone quasar social-media-app
Last synced: 4 months ago
JSON representation
A social media app where you can post your photos.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/quasagram
- Owner: bohdanmoroziuk
- License: mit
- Created: 2021-03-08T12:10:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T10:34:57.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:31:27.411Z (9 months ago)
- Topics: axios, firebase, instagram-clone, quasar, social-media-app
- Language: JavaScript
- Homepage:
- Size: 490 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quasagram (quasagram)
> A social media app where you can post your photos.
## Install the dependencies
```bash
npm install
```
### Start the app in development mode
```bash
quasar dev
```
### Lint the files
```bash
npm run lint
```
### Build the app for production
```bash
quasar build
```