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

Latest commit

 

History

History
28 lines (18 loc) · 366 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 366 Bytes

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.