Skip to content

example of a trivial restapi in noodles, with sqlalchemy & postgresql

Notifications You must be signed in to change notification settings

SandStormHoldings/restapi-noodles

 
 

Repository files navigation

installation

D=nb
git clone https://github.com/SandStormHoldings/noodles_blog $D && \
cd $D && \
virtualenv -ppython3.5 . && \
git submodule update --init --recursive && pip install -r requirements.txt && \
./runserver.py

About

example of a trivial restapi in noodles, with sqlalchemy & postgresql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%