Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refcell/spacetag-api
API for https://github.com/elissaperdue/spacetag
https://github.com/refcell/spacetag-api
firebase javascript nextjs typescript vercel
Last synced: 22 days ago
JSON representation
API for https://github.com/elissaperdue/spacetag
- Host: GitHub
- URL: https://github.com/refcell/spacetag-api
- Owner: refcell
- License: gpl-3.0
- Created: 2020-08-01T18:49:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T22:52:50.000Z (over 4 years ago)
- Last Synced: 2024-11-09T07:53:42.306Z (3 months ago)
- Topics: firebase, javascript, nextjs, typescript, vercel
- Language: TypeScript
- Homepage: https://spacetag.vercel.app
- Size: 414 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceTag API
> Next.js app using API routes to connect with Firebase Realtime Database.
## Built With
- [Next.js](https://nextjs.org/)
- [Vercel](https://vercel.com)
- [Firebase](https://firebase.google.com)## Running Locally
### Setup
1. Create a project in [Firebase](https://firebase.google.com/docs/firestore/quickstart).
1. Download your Firebase Service Account.
1. Create a new file `.env.local` and add environment variables (see `.env` for example).
1. Modify the API route to match your database structure.### Run Locally
```
$ vc dev
```Next.js app + API available at http://localhost:3000.
## Deploying
From the root directory.
```
$ vc --prod
```