A basic restful api built using deno.
- Oak -> framework for easily creating restful api in deno.
- deno-mongo -> third party plugin used for connecting to MongoDB database.
- djwt -> third party module for creating and validating jwt tokens.
- bcrypt -> third party module used for hashing passwords.
- denon -> third party module which behaves similar to the npm package nodemon. Saves effort.
- Clone the repository.
- Extract files.
- Open the file in terminal.
denon run --allow-net --allow-env --allow-write --allow-read --allow-plugin --unstable server.ts