Deno oak framework integration for create backend app.
- Routes are added (Done).
- Controller added with fake data (Done).
- Add request validation methods (not done).
- MongoDb integration (Done).
To run this app, you should have deno installed on your system Deno.
To start the server.
$ deno run --allow-write --allow-read --allow-plugin --allow-net --allow-env --unstable app.ts
Deno require permissions to access network, files etc. click here to see more.