Skip to content

nuzzesick/preguntas

Repository files navigation

preguntas

Setup

Install deps

npm install

Run the docker with the database

# Crete a docker image with name preguntas_pg
docker build -t preguntas_pg .
# Create and runs a container with name preguntas_cont based on preguntas_pg image
docker run -itd -p 5736:5432 --name preguntas_cont preguntas_pg
# Connect to the container
docker exec -it preguntas_cont bash

Create db schema

node db_setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •