-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Arnab Sen edited this page Dec 29, 2020
·
3 revisions
This repo contains the backend code of IWasAt developed under WoC'20.
Link to the frontend repo: https://github.com/dsc-x/omg-frames.
Flask (Python)
- Lightweight and easy to setup. No complicated configuration is required.
- Easy to understand. Many believe Flask is more pythonic than Django.
- Further changes can be integrated easily, it has a wide collection of extensions available.
Firebase Cloud Storage
- No server-side setup required. Just creating a new project and adding the necessary config information will do the work.
- Fairly simple to make queries and update data.
Nginx For web server and reverse-proxy.
Swagger
- Easy to use API documentation