Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retzd-tech/firebase-gallery-web-app
https://github.com/retzd-tech/firebase-gallery-web-app
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/retzd-tech/firebase-gallery-web-app
- Owner: retzd-tech
- Created: 2023-11-24T18:48:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-24T19:54:22.000Z (12 months ago)
- Last Synced: 2024-10-08T07:21:42.187Z (28 days ago)
- Language: JavaScript
- Size: 936 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is a demonstration of a Gallery media platform where you can add new photos and comment the photos.## Architecture
![alt text](Architecture.png)
## Demo
https://live-demo-firebase.web.app/## Tech Stacks
- React Js
- Ant Design UI
- Firebae Hosting
- Google Cloud Storage
- Firebase Cloud Functions## Available Scripts
In the project directory, you can run:
## Installing Dependancies
### `npm install`Install all dependancies for Web
### `cd functions && npm install`
Install all dependancies for Cloud functions
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Web Building
### `npm run build`Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!## Deployment
### `firebase deploy`This will deploy Web on `build` folder and functions source code to the firebase cloud functions