Skip to content

Amr-Elnemr/EqraA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EqraA

A Simple book reviewing system

Prerequisites (Used Technologies)

  • Python v3.4 or above
  • Django v2.0
  • MySQL database engine

Installing

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/

Authors

About

A Simple book reviewing system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published