Giter Site home page Giter Site logo

deno-mvc-template's Introduction

Deno Oak MVC template

A template repository for an MVC server using Oak in Deno


What is being used here

  • Uses Deno MongoDB driver
  • Uses Deno Oak server
  • Uses Deno standard library dotenv

Instructions to run

  • Make a .env file using .env.example

  • Run the following command on the terminal

deno run --allow-net \ # for oak server to bind to port
--allow-plugin --unstable \  # for mongodb plugin (unstable for now)
--allow-read --allow-env \  # for reading .env
--allow-write app.ts # write command for mongodb plugin
  • Or run in a container using podman
podman image build -t oak-mvc-template .

podman container run -p 3000:3000 oak-mvc-template
  • Or run in a container using docker
docker image build -f Containerfile -t oak-mvc-template .

docker container run -p 3000:3000 oak-mvc-template

Made with ❤️ by Angad Sharma

deno-mvc-template's People

Contributors

l04db4l4nc3r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.