User authentication and authorization server
Auth is a robust user authentication and authorization server built with Express.js and React. It utilizes server-side rendering (SSR) for optimized performance.
- User authentication and authorization
- Server-side rendering (SSR) for optimized performance
- Built with Express.js and React
- 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
To install the project dependencies, run the following command:
pnpm install
To start the development server, run the following command:
pnpm dev
To build the project for production, run the following command:
pnpm build
This will build both the client and server sides of the application.
To start the production server, run the following command:
pnpm production
To remove the dist directory, run the following command:
pnpm clean
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.