Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kejiahp/qrcode-event-manager

A simple event management system allowing users send event invitations and validate the invitations by scanning QR codes.
https://github.com/kejiahp/qrcode-event-manager

fastapi pydantic pymongo qrcode

Last synced: 9 days ago
JSON representation

A simple event management system allowing users send event invitations and validate the invitations by scanning QR codes.

Awesome Lists containing this project

README

        

# WHY THIS PROJECT, WHY FASTAPI

I'm quite proficeint using [Django](https://www.djangoproject.com/) to develop server-side web applications but Django is a very robust, opinonated, battries included framework and sometime I don't really need them batteries đŸĒĢ. I just want to spin up a simple server in python, make it do something and get out, basically I wanted [Express](https://expressjs.com/) in Python.

With that in mind paired with my interset in the ecosystem, I decided to go with [FastAPI](https://fastapi.tiangolo.com/) and what better way is there to learn a framework than to build something with it.

I also chose to use FastAPI for a school project, soo...yeah.