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

https://github.com/mekhyw/get-it-django

Django implementation of the "Get-it" repository. Get it?
https://github.com/mekhyw/get-it-django

django postgresql python

Last synced: 8 months ago
JSON representation

Django implementation of the "Get-it" repository. Get it?

Awesome Lists containing this project

README

          

# Get-it
Like post-it, but with another verb. Get it?

Access the app: https://getit-django.herokuapp.com/

Introduction to socket and low-level web routes, developed for the Web technologies discipline taught at Insper.

- This implementation uses Django and PostgreSQL
- In this implementation, the user can assign a tag to each note (each with a randomly generated background color), as well as list all tags and see all notes with a specific tag
- JavaScript/Flask/SQLite implementation is in another repository