Skip to content

danial2026/auth-service-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Authentication App

This is a front-end application built with React.js that provides a user interface for an authentication service. The authentication service is built with Java and Spring Boot and provides functionality for user registration, login, and password reset. The React app communicates with the authentication service using RESTful API calls.

Live Demo

A live demo of the application is available at https://auth.danials.space/. You can create an account and try out the authentication features.

Medium Post

I've also written a Medium post about this project, which you can read at https://medium.com/@sadcat/build-your-own-authentication-service-with-spring-boot-cacd22d72851. The post goes into more detail about the development process and how to use the app.

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository to your local machine
  2. Install the necessary dependencies by running npm install
  3. Start the application by running npm start
  4. The application will be available at http://localhost:3000

Features

The React Authentication App provides the following features:

  • User registration
  • User login
  • Basic User profile View
  • Logout

Technologies Used

The following technologies were used to build the React Authentication App:

  • React.js
  • fetch() (for making API requests)
  • React Router (for routing)

auth-service-react

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published