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

https://github.com/elle-concetta/our-wedding-app

A wedding invitation application with a reservation system using firestore database and firebase hosting.
https://github.com/elle-concetta/our-wedding-app

firebase firestore-database gatsby typescript

Last synced: 6 months ago
JSON representation

A wedding invitation application with a reservation system using firestore database and firebase hosting.

Awesome Lists containing this project

README

          

## Introduction
A wedding invitation application with a reservation system using firestore database and firebase hosting.

## Demo Video

[Watch full demo on YouTube](https://youtube.com/shorts/Tv8xGc3kqKA)

## Commands

### Beginning Commands
```sh
yarn install
```

```sh
yarn add firebase
```

### Development Mode
```sh
gatsby develop --host localhost --port 8000
```

### Build Application
```sh
gatsby clean
```
```sh
gatsby build
```

### Deploy Application
```sh
yarn add -g firebase-tools
```
```sh
firebase init
```
```sh
firebase deploy
```