npm install- Update environment variables inside of
.example.envand change name to.env. npm run start
- You have a local Postgres instance running
- You have a local Redis instance running
- You will create a
.envbased on the.example.env
- There will be a Postgres Server setup that can be connected to via your deployed machine.
- There will be a Redis Instance setup that can be connected to via your deployed machine.