mkdir project && cd project
git clone https://github.com/talalOfficial/hci-project.git
python3 -m virtualenv venv && source venv/bin/activate
cd hci-project && pip install -r requirements.txt
python manage.py shell -c 'from django.core.management import utils; print(utils.get_random_secret_key())'
touch .env && echo "SECRET_KEY=YOUR_NEW_SECRET" > .env
Sign up for an account in RapidAPI and get your key, append that key to .env file (again without using quotes)
echo "rapidapi_key=YOUR_API_KEY" >> .env
python manage.py collectstatic
python manage.py migrate
python manage.py runserver
<main>
content @ib-bib- icons & svgs
- dark mode @forevolve
- API RapidAPI
- Add TTS (Text To Speech)
- Add search
- Improve code quality