https://github.com/dxtaner/react-tvseries-app
TvSeries-App
https://github.com/dxtaner/react-tvseries-app
astradb dabatase graphql nosql reactjs series tvseries
Last synced: 4 months ago
JSON representation
TvSeries-App
- Host: GitHub
- URL: https://github.com/dxtaner/react-tvseries-app
- Owner: dxtaner
- Created: 2022-07-17T14:42:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T19:23:00.000Z (about 2 years ago)
- Last Synced: 2024-07-30T19:34:37.599Z (about 1 year ago)
- Topics: astradb, dabatase, graphql, nosql, reactjs, series, tvseries
- Language: JavaScript
- Homepage:
- Size: 928 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TvSeries App
This project was built to demo how to use a GraphQL API with Serverless Functions.
## Start the project
✅ Register (if needed) and Sign In to Astra [https://astra.datastax.com](https://astra.datastax.com): You can use your `Github`, `Google` accounts or register with an `email`.
✅ Create an ASTRA_TOKEN and add data to your project as per the tutorial.
✅ Create `.env` file
```ini
ENDPOINT={ your_endpoint }
ASTRA_TOKEN={ your_token }
```
👩💻 Install all the packages```bash
npm install
```👩💻 Inject all the secret variables and run the project using
```bash
netlify dev
```
note: (make sure you have installed the netlify command line interface. You can do so by running: `npm install netlify-cli -g`)### MIT Licence