Actix web app template

This repo, when finished will contain a basic starter template for building web apps with actix-web.

Roadmap:

  • env configuration
    • cors
    • db url
    • logging
  • db actor
  • db result caching layer
  • diesel setup
  • basic crud routes
  • serving static resources
  • websocket connections
  • better error handling
  • user
    • registration
    • authentication
    • OAuth