Name Last Update
conf Loading commit data...
demo Loading commit data...
static Loading commit data...
templates Loading commit data...
BUGS.md Loading commit data...
MANUAL.md Loading commit data...
README.md Loading commit data...
database.py Loading commit data...
initdb_from_csv.py Loading commit data...
myauth.py Loading commit data...
questions.py Loading commit data...
serve.py Loading commit data...
test.py Loading commit data...

README.md

README

Online "perguntations".

System setup:

#!bash

# create database in the directory db/
initdb_from_csv.py siiue.csv
mkdir db
mv students.db db

# update test configuration
vi demo/test.yaml                # update students_db
mkdir logs                       # logs are stored here

# run demo test
./serve demo/test.yaml

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact