Skip to content

oliinyk-vlad/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do list

Running the app on local computer

Start the Cloud SQL Proxy

./cloud_sql_proxy -instances="[INSTANCE_CONNECTION_NAME]"=tcp:3306

Create an isolated Python environment, and install dependencies

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Start a local web server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published