About server
:
Authorization and Authentication ( JWT, OAuth2.0 client side, but still all data handled on the server side );
When a user is created, the following is written to the database:
- the user's credentials are recorded in the database with a unique identifier.
- then a profile is created from the already created user.
CRUD operations with mongoDB. GLobal error handling. Middlewares. Nodemailer for the implementation of reset-password by request from client. Used software architectural pattern MVC.
Event Server for client
Clone this repository by SSH: [email protected]:brolo1313/mean-sandBox-BE.git
.
Then run npm i
.
For start server type npm run dev