This README would normally document whatever steps are necessary to get your application up and running.
DORIS Procurements is an application that assists individuals in the process of submitting procurement requests which are then routed for approval.
DORIS Procurements is a Python web application built using the Flask framework for the backend. The frontend is built using the Bootstrap framework. Procurements is compatible with most modern browsers, including Internet Explorer 11 and above.
Clone the git repository and make it your current directory:
git clone git@gitlab.com:nycrecords/doris_procurements.git
cd doris_procurements
Create a virtual environment and install the requirements:
virtualenv procurements
source procurements/bin/activate
pip install -r requirements.txt
Initialize the database by entering the following in the psql line:
psql
username=# create database procurement;
username=# \q
Upgrade the database by entering the following in the command line:
python manage.py db upgrade
Locally run the intranet by entering the following in the command line:
python manage.py runserver
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact