smotastic / crud-basic-react

Home Page:crud-basic-react.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Simple CRUD Application to manage and view your house- and seasonal plants.

Build with:

Data Injection

Based on the environment DATA_REPOSITORY a predefined in memory mocking database will be used, or a firebase backend.

Key Description
mock In memory mocking db
firebase Firebase backend (Configuration required see below)

Firebase Configuration

If Firebase is configured, the following Environments needs to be set.

  • FIREBASE_APIKEY
  • FIREBASE_AUTHDOMAIN
  • FIREBASE_PROJECTID
  • FIREBASE_STORAGEBUCKET
  • FIREBASE_MESSAGINGSENDERID
  • FIREBASE_APPID
  • FIREBASE_MEASUREMENTID

Getting Started

First, run the development server:

npm run dev

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

When mock is active, you can login with whatever you want.

About

crud-basic-react.vercel.app


Languages

Language:TypeScript 96.1%Language:CSS 3.7%Language:JavaScript 0.2%