Skip to content

emilydma08/space-funding-app

Repository files navigation

space-funding-app

Flask run

Run following commands in vs console window:

Creates virtual environment

py -m venv .venv

Activates virtual environment

.venv\scripts\activate

Installs dependencies

pip install -r requirements.txt

Runs the framework to activate a local web server

flask run

Local web server URL

http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors