Skip to content
Snippets Groups Projects
README.md 742 B
Newer Older
Laila Majeed's avatar
Laila Majeed committed
I tried to create Books App called Goodreaders where users can register and use free online books with keeping track of their reading.
app.py has:
Laila Majeed's avatar
Laila Majeed committed
- Main page where you can Log In or Sign Up
- Sign Up page where you can add your username, email and password
- Books page where you can find books and there details
Laila Majeed's avatar
Laila Majeed committed

I tried to run my app in the server but it wasnt working at all so i had to do it in my local server and it is working there.

I used mysql for the database and also created a local database to make it work.

For app styling I used bootstraps and css

I used Mysql configuration to connect to the database and flask request to request any data.

I tried to create a db.py file where all the data about books will be stored.