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