Skip to content

final project for CS312 - Anonymous Student Feedback Website

Notifications You must be signed in to change notification settings

csci312a-s23/project-ellen

Repository files navigation

Student Direct

Student Direct is web application that allows optionally anonymous users to post and interact with comments regarding issues pertaining to college life. Students, faculty, and administrators can all participate. Student Direct provides students with a direct, effortless, and straightforward line of communication to the people positioned to make real changes on campus that can genuinely improve student life.

workflow status workflow status

Link to application

Running the Database

Make sure that Knex, SQLite3, and PostgreSQL are installed. Run

npm install --save knex sqlite pg

if needed.

Run

npx knex migrate:latest --env development

to set up the database for loading data. To load in the testing data run

npx knex seed:run --env development

to load the testing data into the database Please update the seed data fornd in the ./knex/seeds/ directory as needed for testing purposes.

About

final project for CS312 - Anonymous Student Feedback Website

Resources

Stars

Watchers

Forks

Packages

No packages published