Skip to content

Basic Flask Dictionary App with flashcard feature. Done as an Academic Project

Notifications You must be signed in to change notification settings

RamNewton/Diktionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diktionary

Basic Flask Dictionary App with flashcard feature. Done as an Academic Project

Open cmd (for Windows) or terminal (for Linux)

Execute

git clone https://github.com/RamNewton/Diktionary.git
pip install -r requirements.txt

Execute

.\venv\Scripts\activate  (for Windows)

./venv/bin/activate (for Linux)

to activate the virtual environment.

Register with Merriam-Webster dictionary API to get API key.

Paste your key in place of KEY variable in app/main/routes.py

Execute flask run to deploy on local server.

Open http://localhost:5000 in browser to view the flask app

About

Basic Flask Dictionary App with flashcard feature. Done as an Academic Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published