Skip to content

jlauinger/feedbackapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback web application

This is a small Angular application to gather feedback. It was written for Winterophase 2015 at the computer science department at TU Darmstadt.

Deployment

Files

Clone the repository. Make sure these needed tools are installed:

sudo apt-get install nodejs npm
sudo npm install -g bower

Install all the dependencies: ✨

bower install

Configure your web server so that a URL points to the directory. Make sure that PHP scripts are executed in the directory api/v1.

Database

Create a database for the app, e.g. feedback. Grant usage privileges to a database user, e.g. feedback. Configure its credentials in api/v1/database.php.

Install the database schema like so (change the credentials as needed):

mysql feedback -u feedback -p < api/v1/install-database.sql

Login credentials

Change the login credentials to access the feedback results to something secure. These are located in 'api/v1/login.php':

const USER = 'user';
const PASS = 'password';

License

Licensed under the terms of GNU GPLv3
Copyright 2015 Johannes Lauinger

About

feedback webapp for Ophase 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published