Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jar-b/flaskmat

Flask + Materialize = flaskmat
https://github.com/jar-b/flaskmat

Last synced: 10 days ago
JSON representation

Flask + Materialize = flaskmat

Awesome Lists containing this project

README

        

# flaskmat

Flask + Materialize = flaskmat. A web application that does nothing, because learning.

## Setup

Create and activate a virtualenv (preferably python3).

```sh
virtualenv venv
source venv/bin/activate
```

Navigate to the `flaskmat` directory, then install required packages and create dummy users.

```sh
# install packages
pip install -r requirements.txt

# create users
python user_mgmt.py -c
```

Finally, start the server.

```sh
python runserver.py # production, port 8080 (default)
python runserver.py -d -p 8081 # debug, port 8081
```

## To-do

* User authentication, login page
* Make the app do something