Skip to content

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

License

Notifications You must be signed in to change notification settings

strawhattom/docker-secure-web-dev

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published