front/app-design-init #3
10
README.md
10
README.md
@ -1,10 +1,10 @@
|
||||
# taskmanager
|
||||
# Task Manager
|
||||
|
||||
Interactive TODO list web application
|
||||
|
||||
# Development Setup
|
||||
|
||||
install python and pip
|
||||
Install python and pip on local machine
|
||||
|
||||
```bash
|
||||
pip install virtualenv
|
||||
@ -13,12 +13,14 @@ source venv/bin/activate #activate virtual env
|
||||
pip install -r requirements.txt
|
||||
python3 ./init_db.py #initialize database
|
||||
|
||||
python3 ./run.py
|
||||
python3 ./run.py #run project
|
||||
```
|
||||
|
||||
# Build app
|
||||
|
||||
```bash
|
||||
cd build-deb/
|
||||
make
|
||||
sudo apt install ./flaskapp.deb
|
||||
make
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user