/user_Auth_template

A reactjs template for user authentication and authorization using supabase framework

Primary LanguageJavaScript

user_Auth_template

A reactjs template for user authentication and authorization using supabase framework

A basic user management app. The app authenticates and identifies the user, stores their profile information in the database, and allows the user to log in, update their profile details, and upload a profile photo. The app uses using supabase framework

To Run this App on your local computer

Requirement

-Install dependencies You need to install and configure the following dependencies on your machine to build Supabase:

Git

-Node.js v16.x (LTS) -npm version 7+ or Yarn

Clone the repo

-Clone this GitHub forked repository:

git clone https://github.com/<github_username>/supabase.git Go to the Supabase directory:

cd supabase Running turborepo

Install the dependencies in the root of the repo.

npm install # install dependencies You can then run the apps simultaneously with the following.

npm run dev # start all the applications

login

login2