Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

YaniAless/DenoFYC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to DENO

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

Examples

Fetch data

If you want to start the filesystem example use that command in your CLI (Command Line Interface) :

deno run --allow-net fetch/fetch.ts

Filesystem

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

Web Server

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 :

Web server only
 deno run --allow-net --allow-read --allow-plugin --unstable --watch ./webserver/webserv.ts
Web server with a local instance of mongo DB
 deno run --allow-net --allow-read --allow-write --allow-plugin --allow-env --unstable --watch ./webserver/mongo/webserv_localmongo.ts
Web server with a cloud instance of mongo DB
 deno run --allow-net --allow-read --allow-write --allow-plugin --allow-env --unstable --watch ./webserver/mongo/webserv_mongocloud.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5