GithubHelp home page GithubHelp logo

mate-academy / deno-drash-realworld-example-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drashland/deno-drash-realworld-example-app

0.0 2.0 137.0 11.13 MB

Deno + Drash RealWorld example app

License: MIT License

Dockerfile 0.57% TypeScript 63.37% HTML 0.64% JavaScript 13.29% Vue 21.97% Makefile 0.16%

deno-drash-realworld-example-app's Introduction

Drash Example App

This real world example application uses Deno, Drash, Vue, Webpack, PostgreSQL, and docker-compose.

Drash codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API

How to Run

  1. x86 chips

      docker-compose build && docker-compose up

    If case of "docker-compose" command not found, use this command

      docker compose build && docker compose up
  2. Apple silicon chips (M1, M2)

      docker-compose -f docker-compose.m1.yml build && docker-compose -f docker-compose.m1.yml up

Navigate to http://localhost:1667

Run with make commands

Also, you can run the project with Makefile (Unbuntu), (Windows, for Mac available by default) commands:

ARM processors: make build-m1, make m1 All other: make build, make up

Frontend login

There are a total of 100 users, with each user having the same password. Say we want to login as user 32:

Username: user32
Password: Userpass1
Email: [email protected]

Built With

  • Docker - Containerisation
  • Apache - Acts as how Apache can be used as a proxy server for Drash
  • Deno - Javascript and Typescript runtime
  • Drash - Web server
  • Vue - Frontend framework
  • Webpack - Bundling Vue
  • Postgres - Postgres driver for the applications database
  • Bcrypt - Hashing and comparing passwords
  • Rhum - Testing framework
  • Dmm - Module Manager for Deno to update our dependencies
  • Vue-input - Library used to help the display of article tags as 'pills', allowing them to be removed and added like a shopping cart
  • Cypress - Browser testing framework

deno-drash-realworld-example-app's People

Contributors

crookse avatar ebebbington avatar github-actions[bot] avatar ibrianwarner avatar player-4 avatar

Watchers

 avatar  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.