git clone https://github.com/MSM79/ShamsiPour_Project.git
cd blog
npm install
npm run dev
npm run server
npm run prod
pm2 build/app.js
NOTE: Don't forget to change configurations in
src/server/config.js
Run cp .env.example .env
and change configurations in .env
. We will use SECRET_KEY
to secure sessions and sensetive data.
You can then run using Docker Compose:
docker-compose up -d