farhapartex / feedback-system-api

This backend service is mostly responsible to post a feedback. User will post feedback anonymously. Only admin can view and reply to each feedback. Anyone can view the feedback list for now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback System API

** Project is not completed yet

Database Setup

  • create a file named settings.json and copy data from settings_format.json file
  • Set Database name, user, password, port etc
  • Run the following command to migrate db
  • flask db init (very first time, when no migration is created)
  • flask db migrate
  • flask db upgrade

About

This backend service is mostly responsible to post a feedback. User will post feedback anonymously. Only admin can view and reply to each feedback. Anyone can view the feedback list for now.


Languages

Language:Python 96.1%Language:Mako 3.9%