Here is place I test and experiment everything about express
Step to run this project
- Clone repo from github
- run command
npm install
to install all npm packages - create a file called .env and set
SECRET_STRING=SOME_TEXT
where SOME_TEXT is a random text for encode signed cookies - run command
npm start
to run this project