Skip to content

suecarmol/Featurette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Featurette

Build Status

Featurette is an app that helps you create and manage feature requests for different clients and product areas.

Instructions

git clone https://github.com/suecarmol/Featurette.git
cd Featurette
docker-compose build
docker-compose up
docker exec -it featurette_www_1 python db_create.py

Testing

docker exec -it featurette_www_1 python -m unittest discover -v tests

Tools Used

  • Semantic UI - UI Framework
  • Flask Framework - Backend API
    • Flask-Login
    • Flask-Restful
    • Flask-Bcrypt
    • Flask-SQLAlchemy
  • JQuery - Frontend
  • Knockout JS - Frontend
  • Docker - Container
  • MySQL - Database used