Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timfuhrmann/revu

Full stack application for streamers to organize their teams to review video reactions to prevent terms of service violations.
https://github.com/timfuhrmann/revu

firebase nextjs nodejs reactjs serverless styled-components

Last synced: about 1 month ago
JSON representation

Full stack application for streamers to organize their teams to review video reactions to prevent terms of service violations.

Awesome Lists containing this project

README

        

A fun little application for live streamers to organize their moderators to review video reactions to prevent terms of service violations.

```bash
# Demo Account
E-Mail: [email protected]
Password: Demo123!
```

![Preview](public/app-demo.png)

## Getting Started

Make sure to copy and fill a dotenv variables from `.env.public` and to move your firebase admin credentials to `/app/lib/firebase/keys`.

Run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.