Skip to content

njcalvo/notes-app-bottlepy

Repository files navigation

Notes APP

App simple para guardar notas.

Backend

Frontend

Ejecutar

  • Correr el servidor de backend: -- python server.py
  • Correr el servidor de frontend: (no es realmente necesario, basta con acceder al archivo index.html) -- python client.py

Test

requirements.txt

  • bcrypt==3.2.0
  • bottle==0.12.19
  • bottle-cors-plugin==0.1.9
  • cffi==1.14.5
  • marshmallow==3.10.0
  • peewee==3.14.1
  • pycparser==2.20
  • PyJWT==2.0.1
  • six==1.15.0

About

API REST con BottlePy (Python)

Topics

Resources

Stars

Watchers

Forks