https://github.com/raufjatoi/time_table_generator
uni time table generator with django a full stack framework
https://github.com/raufjatoi/time_table_generator
backend bootstrap django frontend models python sqlite3
Last synced: 8 months ago
JSON representation
uni time table generator with django a full stack framework
- Host: GitHub
- URL: https://github.com/raufjatoi/time_table_generator
- Owner: Raufjatoi
- Created: 2024-11-08T10:07:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T16:13:52.000Z (over 1 year ago)
- Last Synced: 2025-01-18T17:24:04.912Z (over 1 year ago)
- Topics: backend, bootstrap, django, frontend, models, python, sqlite3
- Language: Python
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Table Generator
### University Timetable Generator in Django – a Full Stack Web Framework in Python
> [!WARNING]
> **Current Status**:
> The project is still under work
> [!IMPORTANT]
> **Add env file**:
> I didn’t add the environment file, so you should create your own. It’s good practice to keep all dependencies isolated within a project-specific environment. You can create one like this:
> ```bash
> #create env file
> python -m venv env
> # activate it
> ./env/scripts/activate
> # and finally after done deactivate
> deactivate
> ```
## ER Diagram

> [!NOTE]
> **Features**:
> - Nice User Interface
> - SQLite Database for data
> - Groq LLM that generate the timetable logic
---
### Tech Stacks:
- **Django**: Python Web Framework
- **SQLite**: Lightweight database used in this project
- **Custom Styles**: Created custom CSS for the styles; I didn’t use Bootstrap or Materialize. However, feel free to rewrite the code using these frameworks if you prefer 😊.