Determine if your Linux computer or Server is hacked
- 14/06/20
- Blog
- 1436
How to Create a Rest API in Deno with CRUD Operation using MongoDBIn this video we are going to continue our RESTAPI project in this video we gonna make Sign Up user, we also going to use bcrypt to hash our password inside the database.Libraries requiredOak Modulehttps://deno.land/x/oak/mod.tsMongoDB Modulehttps://deno.land/x/[email protected]/mod.tsBcrypthttps://deno.land/x/bcrypt/mod.tsIf your are using Denon:denon run ----allow-net --allow-env --allow-read --allow-write --allow-plugin --unstable app.tsIf not :deno run ----allow-net --allow-env --allow-read --allow-write --allow-plugin --unstable app.ts.