eqlz / fsnd-project-mgt-app

A project management app built in python flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Management App

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.

Run the application

  1. Download entire repo to your computer.
  2. cd into this repo on your computer from Terminal.
  3. Type command vagrant up to start the virtue machine(VM). Once the VM is set up, type command vagrant ssh to connect to the server.
  4. Now type python views.py to start the web app. URL localhost:8080 leads you to homepage of the web app.

Licese

The content of this repository is licensed under MIT License.

About

A project management app built in python flask


Languages

Language:Python 53.0%Language:HTML 46.0%Language:CSS 1.0%