Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

sunshineplan/OLMS-old

Repository files navigation

Overtime and Leave Management System

Install

Install OLMS

$ pip install -e .

Run

$ export FLASK_APP=OLMS
$ export FLASK_ENV=development
$ flask init-db
$ flask run

Or on Windows cmd

> set FLASK_APP=OLMS
> set FLASK_ENV=development
> flask init-db
> flask run

Open http://127.0.0.1:5000 in a browser.