Skip to content

shandysiswandi/deno-service-oak

Repository files navigation

examples

About Dinosaurs

is a

Project Structure

dinosaurs                   # project name
├── config                  # config application like 'database'
| └── ...
├── controllers             #
│ └── ...
├── handlers                # hand
│ └── ...
├── middleware              #
│ └── ...
├── models                  #
│ └── ...
├── repositories            #
│ └── ...
├── routes                  #
│ └── ...
├── utils                   #
│ └── ...
├── .env                    #
├── .env-example            #
├── .gitignore              #
├── app.ts                  #
├── deps.ts                 #
└── README.md               #

Features

Run Application

deno run --allow-net --allow-read --allow-write app.ts

License

The Dinosaurs project is open-sourced software licensed under the MIT license.

About

Example Rest Api with oak and postgres: Book Store

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published