This is a list of the needed instructions
- npm install => server & client
- .env setup with:
- NODE_ENV=development
- MONGO_URL=mongodb://localhost:27017/test
- SESSION_SECRET=mySecret
- .env MUST be added to .gitignore
- passport and Authentication
- socket.io for WebSockets
- ApiCalls
- Heroku Setup
- Scripts
- Run build
- Deployment
- .vscode Setup