samirelanduk / firebolt

A little Python web framework I started as a hobby.
0 stars 0 forks source link

Firebolt

To install:

$ pip install firebolt

To use:

$ python -m firebolt start myfirstapp
$ cd myfirstapp
$ python -m firebolt server