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?
- Host: GitHub
- URL: https://github.com/mekhyw/get-it-django
- Owner: MekhyW
- Created: 2022-09-27T11:57:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T11:48:49.000Z (over 3 years ago)
- Last Synced: 2025-02-28T19:58:57.511Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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