docker-secure-web-dev

Docker Secure Web Dev

A docker-compose version to build a CRUD web app coded with Svelte and Express

secure_web_dev

Clone the repository and the submodules

git clone https://github.com/strawhattom/docker-secure-web-dev && cd docker-secure-web-dev
git submodule init
git submodule update

.env

MONGO_URI=<mongo>
JWT_SECRET=<secret>
API_PORT=3000
API_HOST=api

Top categories

Loading Svelte Themes