docker
& docker compose
installed on the server / system.
Note: docker compose
without the hyphen is now the primary method of using docker-compose, per the Docker documentation.
.env.example
to .env
and then update .env
User
model to add a new user record.
b. Fill out the fields (remembering to encrypt your password with BCrypt) and click Save 1 Record
to create your first user.
NODE_TLS_REJECT_UNAUTHORIZED=0
to prevent requests from being rejected. Only do this if you know what you are doing and trust the services/load-balancers directing traffic to your service.
metadata
is empty. Using an empty json object {}
as the field value should resolve this issue. Also, the id
field will autoincrement, so you may also try leaving the value of id
as empty.