Skip to content

neiios/impensa-server-node

Repository files navigation

Impensa Server Node

Development

Create a .env file in the root of cloned project:

POSTGRES_DBUSER = postgres
POSTGRES_DBPASS = postgres
POSTGRES_DBHOST = localhost
POSTGRES_DBPORT = 6969
POSTGRES_DBNAME = impensa_server_node
JWT_SECRET      = barbim

Create the postgres container:

docker compose up -d

About

Pure Vanilla JS Goodness

Resources

License

Stars

Watchers

Forks