All Projects → reiwa → flitz

reiwa / flitz

Licence: other
The Feed App Boilerplate - built on Blitz.js

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to flitz

blitz
⚡️The Fullstack React Framework — built on Next.js
Stars: ✭ 11,558 (+36018.75%)
Mutual labels:  blitzjs
members
Managing People (Members), CRUD with Dashboard
Stars: ✭ 36 (+12.5%)
Mutual labels:  chakra-ui
CubeMail
CubeMail is a webmail client built using React and Chakra UI, It runs in the browser and uses the Gmail's public Javascript API.
Stars: ✭ 25 (-21.87%)
Mutual labels:  chakra-ui
react-blog
Medium wanna be project.
Stars: ✭ 26 (-18.75%)
Mutual labels:  chakra-ui
nextarter-chakra
battery packed template / boilerplate to initialize Next.js app with Chakra UI & Typescript setup ✨
Stars: ✭ 616 (+1825%)
Mutual labels:  chakra-ui
hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 478 (+1393.75%)
Mutual labels:  chakra-ui
Chakra Ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 22,745 (+70978.13%)
Mutual labels:  chakra-ui
connect-metamask-react-dapp
Build a simple React / Web3 Dapp that replicates a small portion of the Uniswap v2 interface
Stars: ✭ 204 (+537.5%)
Mutual labels:  chakra-ui
Bulles
Simple chat application where you can chat via channels.
Stars: ✭ 15 (-53.12%)
Mutual labels:  chakra-ui
nextjs-with-chakra-ui-boilerplate
Next.js with Chakra UI boilerplate. PWA ready with storybook and tests configured.
Stars: ✭ 48 (+50%)
Mutual labels:  chakra-ui
vnstat-client
GUI Client for vnStat Network Monitor for Linux or GNU/Linux
Stars: ✭ 122 (+281.25%)
Mutual labels:  chakra-ui
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (+462.5%)
Mutual labels:  chakra-ui
ScuffedMDB
An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
Stars: ✭ 100 (+212.5%)
Mutual labels:  chakra-ui
blitz-guard
Blitz Guard - The centralized permission based authorization for Blitz.js
Stars: ✭ 118 (+268.75%)
Mutual labels:  blitzjs
choc-autocomplete
🏇 Autocomplete Component Package for Chakra UI
Stars: ✭ 286 (+793.75%)
Mutual labels:  chakra-ui
swimmy
online forum for Japanese built with mui and Blitz.js
Stars: ✭ 23 (-28.12%)
Mutual labels:  blitzjs
chakra-ui-steps
Steps component designed to work seamlessly with Chakra UI
Stars: ✭ 341 (+965.63%)
Mutual labels:  chakra-ui
ml gallery
This is a master project of some experiments with Neural Networks. Every project here is runnable, visualized and explained clearly.
Stars: ✭ 18 (-43.75%)
Mutual labels:  chakra-ui
denoland.id
Website and library registry for Deno Land Indonesia 🏡
Stars: ✭ 53 (+65.63%)
Mutual labels:  chakra-ui
reference-marketing-website
Next.js starter for creating a SaaS Marketing Website with Hygraph ⚡️
Stars: ✭ 104 (+225%)
Mutual labels:  chakra-ui

FLITZ

Deploy on Railway

Getting Started

Make env file and run PostgreSQL by using Docker.

% docker-compose up -d

Install Node.js modules.

% yarn install

Migrate PostgreSQL schemas.

% yarn prisma db push

Run your app in the development mode.

% yarn dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

Ensure the .env.local file has required environment variables:

DATABASE_URL="postgresql://postgres@localhost:5432/app"
POSTGRES_HOST_AUTH_METHOD=trust

Ensure the .env.test.local file has required environment variables:

DATABASE_URL="postgresql://postgres@localhost:5432/test"

Tests

Runs your tests using Jest.

% yarn test

Blitz comes with a test setup using Jest and react-testing-library.

Learn more

Read the Blitz.js Documentation to learn more.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].