A Simple book reviewing system
- Python v3.4 or above
- Django v2.0
- MySQL database engine
1- Create a database and name it 'EqraA'
2- In the project folder run:
python3 manage.py makemigrations library
python3 manage.py migrate
python3 manage.py runserver
3- Start the app in your browser via this url:
https://localhost:8000/library/register/
4- To Start adding Authors, Books, and Genres: a) create a super-user (by running this command in the project folder):
python3 manage.py createsuperuser
b) login to admin page:
https://localhost:8000/admin/
- Ahmed Essam ahmed-essam
- Amr Essam Amr-Elnemr
- George Samir georgesamir21
- Mohamed Omran mohamedgomran