Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translate

translate-ninja

The app targets flask 2.3.3
link to web app here translateNinja. It can be installed as a progressive web app (PWA)

Start here

To use the app, you would need Flask installed. All required installations are in the requirements.txt

Steps to run project

  1. Clone the Repository
    git clone https://github.com/Lonercode/translateNinja.git
    cd translateNinja
  1. Set up a Virtual environment

windows

    python -m venv venv

macos

    python3 -m venv venv
  1. Activate the Environment

windows

    venv\Scripts\activate

macos

    source venv/bin/activate
  1. Install dependencies

In the root of the project, run the follwing code:

    pip install -r requirements.txt
  1. Start the Application

Run the translate.py app.

The app will run on http://localhost:5000

About

TranslateNinja Site

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages