- Name: Test Stuff
- IP: 44.220.47.146
- instanceId: i-02c89d1fcd5c3d7d8
- t4g.nano
SSH to server
ssh -i cs411_ec2.pem ec2-user@cs411.duckdns.org
tmux is running
tmux a
sudo yarn serve:watch
# Create user
curl -i -X POST http://localhost:3000/indecisive/users -H "Content-Type: application/json" -d @./db/test/user-jemaine.json
# Create session
curl -i -X POST http://localhost:3000/indecisive/sessions -H "Content-Type: application/json" -d @./db/test/session-new.json
- this is older
openssl rand -hex 12 | tr -d '\n'