File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Python-Flask-Task-Manager
2
+ Simple Task Manager developed using Flask and Knockout JS
3
+ ## Getting Started
4
+ To run this application locally clone repository: https://github.com/AkashBhosale100/Python-Flask-Task-Manager.git
5
+ Navigate to 'Python Rest Server' folder
6
+ Open command prompt in this folder and run the following commands:
7
+ cd env/Scripts
8
+ activate
9
+ cd ../
10
+ pip install -r requirements.txt
11
+ flask run
12
+
13
+ This should start the python-flask server on localhost at port:5000
14
+
15
+ Now navigate to 'Javascript client' folder
16
+ Open another command prompt here and run the following command:
17
+ python -m http.server
18
+
19
+ This should start the client on localhost at port:8000
20
+
21
+ Now to view the task manager, open browser and type the following in the address bar:
22
+ http://localhost:8000/
23
+ Click on
24
+
You can’t perform that action at this time.
0 commit comments