Skip to content
Snippets Groups Projects
Commit e850e154 authored by Laila Majeed's avatar Laila Majeed
Browse files

Update README.md

parent c412477d
No related merge requests found
For my App I tried to create Books App called Goodreaders which has: 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:
- Main page where you can Log In or Sign Up - Main page where you can Log In or Sign Up
- Sign Up page where you can add your username, email and password - Sign Up page where you can add your username, email and password
- Books page where you can find books and there details - Books page where you can find books and there details
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.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment