/note-python-playground

A small note taking application to serve as a python playground.

Primary LanguagePythonMIT LicenseMIT

Note Taking App

Python Playground

REST API

Visit http://localhost:8080/docs or the generated site to see a detailed REST API description.

How to

Optional: Setup a virtual environment.

Start

Unix

make install run
make webapp

Windows

win-scripts\install.bat
win-scripts\start.bat
win-scripts\webapp.bat

Lint

Unix

make lint

Windows

win-scripts\lint.bat

Test

Unix

make test

Windows

win-scripts\test.bat