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

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

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
![Diagram](https://github.com/Raufjatoi/Time_Table_Generator/blob/main/ER_Diagram_D.png)

> [!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 😊.