ahmed7am1d /
Amazone-AutomationTesting-Documentation
This Developed Website is used to demonstrate the Documenation of Amazone E-Shop Automation Testing.
Loading repository data…
morikeli / repository
This is a django web app that allows lecturers to schedule lectures. The app notifies students about the scheduled class depending on the lecture's recurrence pattern.
This web application is designed to support our local educational institution by serving both students and administrators. It allows lecturers to schedule lectures, while students receive updates and notifications about these schedules. To minimize time loss and disruptions when searching for suitable venues, the app automatically assigns available venues to lectures scheduled for the current day.
Click this link to use and view the website. To use the website you must create an account either as a student, Head of Department (HOD) or a lecturer.
python -m venv .venv or python3 -m venv .venv. You use this command in your IDE's terminal or your terminal/Command prompt. Make sure you have opened the project folder in your terminal.source .venv/bin/activate (Linux).venv\Scripts\activate (Windows)pip install -r requirements.txt or pip3 install -r requirements.txtpython manage.py runserver or python3 manage.py runserver. You can view the website on your browser using the link http://127.0.0.1:8000.Feel free to report any issues encountered (create an issue using the Issues tab or provide your feedback through the Discussions tab. Your feedback is highly appreciated.
Selected from shared topics, language and repository description—not editorial ratings.
ahmed7am1d /
This Developed Website is used to demonstrate the Documenation of Amazone E-Shop Automation Testing.