Skip to content

Server Core #1

@zstewar1

Description

@zstewar1

Choose a server technology and set up the basic "Hello World"-ish server for the web front end. Probably Django or Flask. Need to consider which will be better for database vs. page setup.

Flask:

  • slightly better/easier-to-work-with template engine (similar syntax, but several features not supported in Django).
  • lighter initial setup, easier to configure however you want

Django:

  • Better builtin database support (flask relies on other libraries; sqlalchemy?)
  • More structured layout (could be good or bad - this may make it harder to tie in to the rest of the app)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions