GithubHelp home page GithubHelp logo

filexgh / pa-first-deno-application Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 22 KB

This is a simple posts application, the special is that it's my first testing app to Deno (JS/TS Runtime)

Home Page: pa-first-deno-application-git-master-filexgh.vercel.app

HTML 12.76% JavaScript 24.73% CSS 23.29% TypeScript 39.22%

pa-first-deno-application's Introduction

Welcome!

As mentioned in the description this is my first Deno application, this is a simple posting application.

The Project is built in the following Technologies:

Front-End:

  • Plain HTML/CSS/JS ( The design is awful tho since the focus is on the backend)

Back-End

Usage

You will have first to download Deno, i'm using Linux & Windows so i basically did, more info on the deno website:

# Windows
iwr https://deno.land/x/install/install.ps1 -useb | iex
# Linux 
curl -fsSL https://deno.land/x/install/install.sh | sh

To run the application first you need to set the data on server/config.json conncted to MongoDB and set the server url on client/index.js since server and client are seperated:

"MONGO_DB": {
   "MONGO_DB_URL": "",
   "DATABASE_NAME": "",
   "COLLECTION_NAME": ""
}

To run the server simply move to the server directory and type the deno run command with needed flags as following:

cd server 
deno run --allow-net --allow-read --allow-plugin --allow-write --unstable index.ts

pa-first-deno-application's People

Contributors

filexgh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.