/crud-with-docker

Basic crud with node, ejs and docker config

Primary LanguageEJS

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