felipeln / crud-with-docker

Basic crud with node, ejs and docker config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crud with docker

A basic crud with EJS, BOOTSTRAP, NODE, SEQUELIZE and POSTGRES using docker to run an app and database containers.

Result

video

How to use

  1. clone this repository
    git clone https://github.com/felipeln/crud-with-docker.git
  1. build the database container
    docker compose up -d node_db
  1. build app container
    docker compose build
  1. set up the app
    docker compose up --build
  1. the app should be running on your localhost:2020

About

Basic crud with node, ejs and docker config


Languages

Language:EJS 63.2%Language:JavaScript 35.1%Language:Dockerfile 1.6%