karldreher / KnowYourPorts

A web application which can be used to lookup TCP/IP ports.
GNU General Public License v3.0
0 stars 5 forks source link

Favorites/Bookmarks #34

Open karldreher opened 3 years ago

karldreher commented 3 years ago

Acceptance Criteria:

shepherdjay commented 3 years ago

In addition to my other comment on #32 I can take a stab at this but would recommend implementing flask sqlalchemy. If your open to it I'm happy to work this one as well.

( btw an example of the sqlalchemy style implementation is here https://github.com/shepherdjay/KnowYourPorts/tree/flask-sqlalchemy-implementation )