Skip to content

Selvan-S/user-authentication-frontend

Repository files navigation

User Authentication

About

This is a Guvi course. Frontend of User Authentication, built using React-Bootstrap.

Links

  • Check out the live website here!.
  • To Check the Backend code of the User Authentication project, please refer to this link.

Run

Step 1: Clone or Fork the user-authentication-backend respository. Run the Backend, note the localhost.

Step 2: Create a .env.development.local file in the root folder (Frontend) and give the Backend URL.

VITE_API_URL=http://localhost:<Backend PORT>

Step 3: Add the .env.development.local in .gitignore file

Step 4: Install dependencies

npm install

Step 5: Run the application

npm run start

About

User Authentication built using React Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published