Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timfuhrmann/revu
- Owner: timfuhrmann
- Created: 2021-08-26T17:20:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T22:32:03.000Z (about 2 years ago)
- Last Synced: 2024-10-19T07:13:21.532Z (3 months ago)
- Topics: firebase, nextjs, nodejs, reactjs, serverless, styled-components
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.