Backend for Shoplistic Prerequisites git docker docker-compose Install Get the code: git clone https://github.com/shoplistic/backend. Change directory to the code: cd backend. Run the setup script: ./scripts/setup.sh. Edit .env. Make sure to add a recaptcha secret key and add your username to the admins list. docker-compose up to start the server! Dev mode Do step 1 and 2 from Install. Run npm i. Run the setup script: ./scripts/setup.sh. Edit .env. Set NODE_COMMAND to npm run dev. Add your username to the admins list. Also, make sure to set NODE_ENV to dev. docker-compose up to start the server!