A modern web-app to provide reputation incentive for universities to take and respond to feedback
Visit this project online at: https://fixiversity.com
- (First time) Run:
npm install
in the base directory
- Create an environment variable called
FIREBASE_KEY
- Example:
export FIREBASE_API_KEY=insert_key_here
- Example:
- Run
npm run config
in the base directory
- Create a new file in
src/environments
calledkeys.ts
with the following template:export const keys = { apiKey: '<API_KEY>', }
-
Run:
npm start
in the base directory -
It will then be viewable on http://localhost:4200
-
Use the Angular CLI to create components
- Example:
cd src/app && ng generate component loader
- Example:
-
Values should preferably be statically typed. Avoid the use of the
any
type.
https://www.mindmeister.com/1267689157?t=LQOdZvlxEp
-
The name Fixiversity is a combination of the words Fix and University.
-
This name was chosen as it represents our mission of "fixing" universities that may have problems.
- c. 1300, "institution of higher learning," also "body of persons constituting a university," from Anglo-French université, Old French universite "universality; academic community" (13c.), from Medieval Latin universitatem (nominative universitas), "the whole, aggregate," in Late Latin "corporation, society," from universus "whole, entire" (see universe). In the academic sense, a shortening of universitas magistrorum et scholarium "community of masters and scholars;" superseded studium as the word for this. The Latin word also is the source of Spanish universidad, German universität, Russian universitetŭ, etc
Send issues to our central issue repository: https://github.com/fixiversity/tracking
Trello (For non-code related tasks)