Click here to visit the live server: https://powerful-bastion-48261.herokuapp.com/
- Metalik server is connected with the metalik client site: https://metalik-ab578.web.app/
-
Metalik server is capable of doing crud operation for both user and admin.
-
Using verifyAdmin middleware to verify the admin request made from client side.
-
Using verifyJWT function to verify access.
-
Using both PUT and PATCH endpoint to update/insert data to database.
-
Using stripe as a card payment system.
-
Using mongodb database to store data.
- Node, Express, Mongodb, dotenv, jsonwebtoken, stripe