This Flashcards application was created with the vision of giving people a tool to memorize based on our old and amazing technique of using Flashcards. The pro being the user can make multiple Decks!
Within the application folder you'll find the following directories and files. You'll see something like this:
Final Project Files/
├── main.py
├── flashkard/
│ ├── __init__.py
│ ├── models.py
│ ├── views.py
│ ├── api.py
│ ├── project.sqlite3
│ ├── static/
│ │ └── static/
│ │ ├── dashboard.css
│ │ ├── landing.css
│ │ ├── login.css
│ │ ├── review.css
│ │ └── style.css
│ └── templates/
│ ├── dashboard.html
│ ├── dashboard_mentee.html
│ ├── landing.html
│ ├── login.html
│ ├── review.html
│ └── register.html
│
└── README.md
We can run Run "FlashCards-Platform" using localhost. Below is the general command to run the application:
http://127.0.0.1:5000/
The "FlashCards-Platform" is also live and hosted on Replit:
https://projectmad1.paramchordiya.repl.co
- Name : Param Chordiya
Thanks For Using this Application!