Skip to content

hagopj13/deno-books-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-books-api

This project is a simple REST API, built with Deno.

It is using Deno's oak and mongo modules.

Requirements

Getting Started

Clone the repo:

git clone https://github.com/hagopj13/deno-books-api.git
cd deno-books-api

Set the environment variables:

cp .env.example .env

# open .env and modify the environment variables (if needed)

Run the app:

deno run --allow-write --allow-read --allow-plugin --allow-net --allow-env --unstable ./server.ts

About

A simple REST API built with Deno

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published