git
docker
docker-compose
- 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!
- Do step 1 and 2 from Install.
- Run
npm i
. - Run the setup script:
./scripts/setup.sh
. - Edit
.env
. SetNODE_COMMAND
tonpm run dev
. Add your username to the admins list. Also, make sure to setNODE_ENV
todev
. docker-compose up
to start the server!