digital-drifter / notes-app-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes App Demo

Built Using

Frontend

Backend

Quick Start

# Run the following command from a terminal

docker run -p 8585:80 -d digitaldrifter/notes-app-demo:latest

Open in browser: http://localhost:8585/

Get the Docker image: https://hub.docker.com/r/digitaldrifter/notes-app-demo/

Running Locally

# Clone this repository

git clone https://github.com/digital-drifter/notes-app-demo

cd notes-app-demo
# Add to .env

VUE_APP_PORT=8585
VUE_APP_URL=http://localhost
# Run the install script
./install.sh

About


Languages

Language:PHP 64.7%Language:Vue 16.9%Language:CSS 11.6%Language:TypeScript 3.8%Language:Shell 1.8%Language:HTML 0.6%Language:JavaScript 0.4%Language:Dockerfile 0.2%