Skip to content

tvey/tiny-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are tiny

Contents

Catloaf API

A bit silly couple-liner that streams catloaf images from Reddit straight to a tiny FastAPI app.

https://catloaf.herokuapp.com/

Full Text Search

Thanks to django.contrib.postgres.search module we can easily use PostgreSQL’s full text search functionality.

Classes such as SearchVector and SearchRank allow to narrow down fields and pick the most relevant results from a queryset.

django-full-text-search.herokuapp.com/

Google Books Explorer

There is Django calling Google Books API on the backend and returning its json responses. And there is Vue from cdn accepting queries and displaying fetched results.

https://google-books-explorer.herokuapp.com/

Hey FastAPI

A FastAPI CRUD example with SQLModel.

Hey Sanic

Basic Sanic CRUD with MongoDB using a sanic-motor wrapper.

Simply Todo List

Rethinking a small app on Django using pure Javascript and LocalStorage.

The app allows to add, edit, delete, copy and sort (on desktop) items.

Works on Netlify: https://simply-todo-list.netlify.app/

STL-Flask

The same old to-do list with a backend switched from Django to Flask just for the sake of trying. Authentication and CRUD are in place, other features omitted.

Works on Heroku: https://stlf.herokuapp.com/

Tiny Flask

Dockerized web app with Nginx. Build images locally with Nginx listening on port 8000

bash run-compose.sh

or compose with premade images and with Nginx on port 80

bash run-prod-compose.sh

xkcd Explainer

Here's a Telegram bot that can send a random comic from xkcd.com and fetch its explanation from explainxkcd.com.

@Thexkcdbot

About

More than just snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published