This is a template node server with OAuth authentication using Dokku.
Client side code can be found here: templ_vue_auth
- Duplicate and rename
node/example.config.js
tonode/config.js
with the appropriate credentials. - Run the server on localhost
$ docker-compose build
$ docker-compose up
- You can now access the server from
http://localhost:3000/
- Duplicate and rename
node/example.config.js
tonode/config.js
with the appropriate credentials. - Minimise and copy your client side website into
node/public
- Setup Dokku and deploy code (See DOKKU_INSTRUCTIONS.md)