Project management app is a website build in python with framework flask. The app is an attempt to help myself manage projects.
In order to create projects and tasks, a user need to first log in via a third party login - Google. A project is created firtst and then tasks can be added under this project.
- Download entire repo to your computer.
cd
into this repo on your computer from Terminal.- Type command
vagrant up
to start the virtue machine(VM). Once the VM is set up, type commandvagrant ssh
to connect to the server. - Now type
python views.py
to start the web app. URL localhost:8080 leads you to homepage of the web app.
The content of this repository is licensed under MIT License.