Toteat app
- Go to backend/
- Rename ".env_sample" for ".env"
- Open it and change "[your_key_here]" for the secret key
- Open a terminal in backend/
- run "npm install package.json"
- run "npm run start"
- Open a terminal in frontend/teapp/
- run "npm install package.json"
- run "npm start"
- go to http://localhost:3000