/live-in-homes-admin

A Cafe Manager App build with React, Redux, Redux Tookkit, Redux Saga, Material UI and Ag Grid React.

Primary LanguageTypeScript

Live In Homes Admin Application

A web application to view, edit and delete the posts and users

Setup ( Required only when running api locally )

Create .env.local in the root folder and add the following information

VITE_API_BASE_URL=http://localhost:4000/api

Installation

Install live-in-homes-admin project

  git clone https://github.com/nageshwar521/live-in-homes-admin.git
  cd live-in-homes-admin
  npm install
  npm run dev