Skip to content

reysmerwvr/deno-dark-api

Repository files navigation

Deno Dark API

Deno Dark API

Requirements

  • Deno >= 1.0.3

Version

1.0.0

Installation

Download zip file and extract it latest release. Or clone the repository and cd into it.

Deno Dark API uses a number of open source projects to work properly:

  • Deno - A secure runtime for JavaScript and TypeScript.
  • Mongo - The database for modern applications.

Install the dependencies and start the server.

Runnnig it with Deno

cd deno-dark-api
cp .env.example .env # If you don't have .env file you can use the example one. Just rename .env.example to .env. Enter your configuration here.
deno run --allow-write --allow-read --allow-plugin --allow-net --allow-env --unstable server.ts

Runnnig it with Docker

cd deno-dark-api
cp .env.example .env # If you don't have .env file you can use the example one. Just rename .env.example to .env. Enter your configuration here.
docker-compose build
docker-compose up -d

Meta

Reysmer Valle – @ReysmerWVR

License

Chat NodeJS is (c) 2020 Reysmer Valle (@ReysmerWVR) and may be freely distributed under the license-url. See the MIT-LICENSE file.

Todos

  • Write tests
  • Add code comments

Releases

No releases published

Packages

No packages published