Skip to content

HTTP REST Server using Flask, Marshmallow, peewee, SQLite, pbkdf2

License

Notifications You must be signed in to change notification settings

CaveMike/flask_rest

Repository files navigation

Flask REST Example

*nix Instructions

  • Setup:
    • Run setup.sh.
  • Start Server:
    • source venv/bin/activate
    • ./app.py
  • Testing:
    • Open http://localhost:5000/index.html on your web browser.
    • Or ./test.py to run the unit-tests.
    • Or ./bin/tests/sunny.sh to run the sunny-day tests.
    • Or ./bin/tests/rainy.sh to run the rainy-day tests.

Windows Instructions

  • Setup:
    • Run setup.bat.
  • Start Server:
    • workon venv
    • python app.py
  • Testing:
    • Open http://localhost:5000/index.html on your web browser.
    • Or python test.py to run the unit-tests.

About

HTTP REST Server using Flask, Marshmallow, peewee, SQLite, pbkdf2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published