This project is part of our 5th year of Master Degree graduation. It's aiming at beginner/intermediate developers.
This is school project to teach other developers/students how to start with Deno
If you want to start the filesystem example use that command in your CLI (Command Line Interface) :
deno run --allow-net fetch/fetch.ts
If you want to start the filesystem example use that command in your CLI (Command Line Interface) :
deno run --unstable --allow-net --allow-read --allow-write fs/filesystem.ts
If you want to start the web server examples use these command in your CLI (Command Line Interface) Note that there are three examples available :
deno run --allow-net --allow-read --allow-plugin --unstable --watch ./webserver/webserv.ts
deno run --allow-net --allow-read --allow-write --allow-plugin --allow-env --unstable --watch ./webserver/mongo/webserv_localmongo.ts
deno run --allow-net --allow-read --allow-write --allow-plugin --allow-env --unstable --watch ./webserver/mongo/webserv_mongocloud.ts