vinicius77 / deno-restful-dev_to

Restful API Project To Publish on Dev.to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Restful API

A example of an API built using Deno and Javascript.

Deno Installation

Please, read the Deno Documentation if you are not using Ubuntu as I am.

Open your terminal (CTRL + ALT + T)

curl -fsSL https://deno.land/x/install/install.sh | sh

Cloning This Repository

Via HTTPS or SSH

  1. On GitHub, navigate to the main page of the repository.

  2. Under the repository name, click Clone or download.

    Clone or download button

  3. To clone the repository using HTTPS, under "Clone with HTTPS", click

  4. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click Use SSH, then click

Clone URL button

Via Terminal

  1. Change the current working directory to the location where you want the cloned directory to be made.

  2. Type git clone, and then paste the URL you copied in Step 2.

    $ git clone https://github.com/vinicius77/deno-restful-dev_to.git
  3. Press Enter. Your local clone will be created.

    $ git clone https://github.com/vinicius77/deno-restful-dev_to.git
    > Cloning into `Vai Corinthians`...
    > remote: Counting objects: 10, done.
    > remote: Compressing objects: 100% (8/8), done.
    > remove: Total 10 (delta 1), reused 10 (delta 1)
    > Unpacking objects: 100% (10/10), done.

Running

$ deno run --allow-net --allow-env  server.js

Endpoints

Contributing

Make a Pull Request

PRs Welcome

MIT

The MIT License

License: MIT

Mozilla

Mozilla Public License 2.0

License: MPL 2.0

Creative Commons

Choose on CreativeCommons.org

License: CC0-1.0

Reach Me At

Vinicius Cerqueira Bonifácio

Code Climate codebeat badge Build Status Download Stable Unstable License Awesome Semver Codeship Status for boennemann/badges

About

Restful API Project To Publish on Dev.to


Languages

Language:JavaScript 92.8%Language:HTML 6.3%Language:CSS 0.9%