Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/live-react-datastax
Fullstack app using react, express and DataStax AstraDB
https://github.com/eddiejaoude/live-react-datastax
Last synced: 2 months ago
JSON representation
Fullstack app using react, express and DataStax AstraDB
- Host: GitHub
- URL: https://github.com/eddiejaoude/live-react-datastax
- Owner: eddiejaoude
- Created: 2021-08-09T16:04:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T18:45:05.000Z (over 3 years ago)
- Last Synced: 2024-10-03T23:41:20.341Z (3 months ago)
- Language: JavaScript
- Size: 389 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This was created on a [live stream](https://www.youtube.com/watch?v=hP2pciVTob0)
## Tech used:
- [ReactJS](http://reactjs.org)
- [ExpressJS](http://expressjs.com/)
- [DataStax](http://links.eddiejaoude.io/t/CiEQRydj4GdT)## Folder structure:
- `backend`: RESTful API
- `frontend`: ui## Environment variables required
```
export ASTRA_DB_ID=
export ASTRA_DB_REGION=
export ASTRA_DB_KEYSPACE=
export ASTRA_DB_APPLICATION_TOKEN=
```
## Backend1. `cd backend`
2. `npm install`
3. `npm start`## Frontend
1. `cd frontend`
2. `npm install`
3. `npm start`