Skip to content

brolo1313/MEAN-auth-admin-BE

Repository files navigation

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.

Js    Node js lang    Express    MongoDB    JWT   

Event Server for client

Clone this repository by SSH: [email protected]:brolo1313/mean-sandBox-BE.git. Then run npm i.

Dev

For start server type npm run dev

Releases

No releases published

Packages

No packages published