App to create Feature Requests for Clients
- Clone the repository in your local machine.
- Install the dependencies by executing
pip3 install -r requirements.txt
at the root level of the repo. - Initialize the database by executing
python3 lib/devops/init_db.py
- Run the server by executing
python3 server.py
at the root level of the repo. - Access the application at this URL: http://0.0.0.0:5000
- To run the unit tests run
python3 tests/test_unit_submit_feature_request.py
- To run the integration tests run
python3 tests/test_integration_feature_requests.py
- Drag and drop option to reorder priorities.
- Selectize feature to type and filter options in drop down inputs.
- Python 3.6
- Flask
- SQLAlchemy
- Bootstrap 3
- jQuery