Deno Dark API
- Deno >= 1.0.3
1.0.0
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.
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
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
Reysmer Valle – @ReysmerWVR
Chat NodeJS is (c) 2020 Reysmer Valle (@ReysmerWVR) and may be freely distributed under the license-url. See the MIT-LICENSE
file.
- Write tests
- Add code comments