Tecnologies used:
- Docker
- Node.JS
- CouchDB
- NGINX
- Vue.JS
- Node.JS
- Docker
git clone [email protected]:cotts/fullstack-env.git
npm install
docker-compose up
** If you want to run in silent mode
docker-compose up -d
docker logs -f <container-name>
** Container Names
- server - Node.JS API
- database - CouchDB
- nginx - webview
- Estimate to zeroed is not implemented
- The webview is a SPA.
- DB user and password are stored in /database/confg/local.ini
- Node.JS is using a structure to be scalable, splited by feature
- First install install the dependencies from the server and web directories
- To enter in dev mode for the view, enter in /web and read instructions
- Missing documentation