Skip to content

azizosharke/GitHubVisualizationAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubVisualizationAPI

Assignment 3 for CSU33012 SOFTWARE ENGINEERING - Main project

How to run on vscode

Always on the directry of the project folder

On Terminal  

conda create -n python=3.10
conda activate

on vscode  

type "python select interpreter" in the command palette
select interpreter with the env name you made

On Terminal (again)  

pip install -r requirements.txt
export FLASK_APP=setup.py for mac and linux users

set FLASK_APP=setup.py for windows users

flask run --host=0.0.0.0 --port=8081

If you get the error "Address already in use"  

change the port number

About

Assignment 3 for CSU33012 SOFTWARE ENGINEERING - Main project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors