https://github.com/douugdev/simple-scheduler
https://github.com/douugdev/simple-scheduler
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/douugdev/simple-scheduler
- Owner: douugdev
- Created: 2021-05-21T14:29:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T14:32:52.000Z (about 5 years ago)
- Last Synced: 2025-04-03T19:46:36.842Z (about 1 year ago)
- Language: HTML
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIMPLE ORGANIZER
## About
This project consists on a simple and basic organizer for life events, you can create, update and delete events, and each one comes with its own set of notes, todos and documents, you can also edit, add and remove each one, it comes with error handlings for authorization, robust database modeling and a mobile friendly front-end!
## Technology
Made primarily with Flask for back-end, okta for login, PostgreSQL for the database and Bootstrap for the front-end. It is also deployed at heroku.
This was CS50x. Thank you.