An open API service indexing awesome lists of open source software.

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

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