Skip to content

JonathasNJohnny/NutriHealthBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

Getting Started with Flask

always remember to create a server.py flask-server file.

python server.py run

Runs the flask-server, use this command in the project directory.

http://localhost:5000

Open http://localhost:5000 to view it on your browser. Or add the flask-server proxy to your project. example: "proxy": "http://localhost:5000"


If you need to check the flask documentations, you can access it here: https://flask.palletsprojects.com/en/3.0.x/

Video that helped me create this flask-server: https://www.youtube.com/watch?v=6r_QBgq-seA
obs, i needed to adapt it to my project

About

Projeto de Engenharia da Computação - Clínica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published