Mongo, Exprex, React, Node Stack CRUD - JWT - example + Deployment
-
Before you start move the .env.example to .env
-
docker compose is what we use, so the command is:
docker compose up -d # for start
and
docker compose down
-
Mongo express is available on:
http://localhost:8081/
-
be
andfe
are node js apps. So you need:
npm i
npm run dev # in be and in fe folder for dev work.
Ref. https://render.com/pricing