Skip to content

ShubhamOulkar/auth

Repository files navigation

Auth

User authentication and authorization server

Table of contents

Overview

Auth is a robust user authentication and authorization server built with Express.js and React. It utilizes server-side rendering (SSR) for optimized performance.

Features

  • User authentication and authorization
  • Server-side rendering (SSR) for optimized performance
  • Built with Express.js and React

Technology Stack

  • Express.js: Node.js web framework
  • React: JavaScript library for building user interfaces
  • Server-side rendering (SSR): Rendering React components on the server
  • pnpm: Package manager for efficient package installation

Installation

To install the project dependencies, run the following command:

pnpm install

Usage

Developemnt

To start the development server, run the following command:

pnpm dev

Building

To build the project for production, run the following command:

pnpm build

This will build both the client and server sides of the application.

Production

To start the production server, run the following command:

pnpm production

Cleaning

To remove the dist directory, run the following command:

pnpm clean

Api Documentation

Auth api's doc

Live Demo

A live demo of the application is available at: https://auth-zu2a.onrender.com/

Note :- [Project free instance](https://auth-zu2a.onrender.com/) will spin down with inactivity, which can delay requests by 50 seconds or more.

About

user authentication and authorization server

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published