Skip to content

maxrbaldwin/python_task_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Academy Simple Python Task Manager

Getting Started

After pulling down the repo in the directory you can either use VSCode to make a virtual environment or use the following command

make environment

After the environment is made you can source the environment on Linux or Windows. This is the Linux command

source ./.venv/bin/activate

Now install dependencies

make requirements

Now you can run the app

make start

Development Notes

If you mess with the javascript file you need to restart the server. The nice gui server doesn't watch js files. Only python files

About

Task manager assignment for Fullstack AI/ML course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published