Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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=
```
## Backend

1. `cd backend`
2. `npm install`
3. `npm start`

## Frontend

1. `cd frontend`
2. `npm install`
3. `npm start`