Skip to content

imkanna/feedback-collection-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feedback-collection-system

Feedback collection system using Python Tornado

Requirements

  • python3.8
  • python3-pip
  • python3.8-venv

install the above by running make install-requirements.

install mongodb using make install-mongo-db

please refer Makefile for more utils

Installation

Install the dependencies using the bellow command.

make prepare

Running with docker

docker build -t feedback-collection-system .
docker run --rm -d --network host feedback-collection-system

About

Feedback collection system using Python Tornado

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published