Ready authorization template based on MERN stack
This design system is designed to quickly integrate into existing systems to increase developer productivity.
Developed on the MERN stack
In this mode, I used dependencies such as:
I also used proxy. The proxy are specified in the client directory in the json file. In the development mode, the client can send requests to the server using a proxy
In production mode were used:
resources from a server on an origin (domain) other than what the site is currently using
Also, the project uses several custom hooks and contexts.
In order to deploy the project:
- Copy it or download it
- Install all dependencies with npm.
- Next, set your parameters in the config directory - a link to the database, the secret phrase of the jwttoken and the desired port, if necessary.