fsnd project mgt app
1.0.0
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.
cd into this repo on your computer from Terminal.vagrant up to start the virtue machine(VM). Once the VM is set up, type command vagrant ssh to connect to the server.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.