Skip to content

Commit faba547

Browse files
Create README.md
1 parent 3f7f9b2 commit faba547

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

0 commit comments

Comments
 (0)