https://github.com/mrglaster/the-flounder-project
FastAPI & .NET MAUI based client-server app for a new vocabulary learning
https://github.com/mrglaster/the-flounder-project
Last synced: about 2 months ago
JSON representation
FastAPI & .NET MAUI based client-server app for a new vocabulary learning
- Host: GitHub
- URL: https://github.com/mrglaster/the-flounder-project
- Owner: mrglaster
- Created: 2023-02-27T03:13:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T01:37:15.000Z (about 3 years ago)
- Last Synced: 2025-03-04T21:41:52.587Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 4.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The Flunder Project
FastAPI & .NET MAUI based client-server app for new vocabulary learning
## Environment Setup
### Server
1) Install Python 3.11
2) Download the [Nostril Package](https://data.caltech.edu/records/5ckr1-g7m46), unzip the archive, run the command line in the package's folder and install it with the command
```
pip install .
```
3) Install packages from requirements.txt with command
```
pip install -r requirements.txt
```
or
```
pip install deep_translator==1.10.1 german_nouns==1.2.5 requests==2.28.2 fastapi==0.94.1 pyisemail==2.0.1 uvicorn==0.21.0
```
4) Server is ready to use!
### Client