This application allows the instructor to generate a list of students, and work with that list in different ways such as randomly selecting a student and generating pairs of students.
- Javascript
- NodeJS
- EJS templating
- Postgres
- HTML
- CSS
- Clone down repository
- Download necessary NPM packages (npm install)
- With an existing Postgres database created, run the schema.sql file
- Create a .env file with a port for the server to listen on, and your database connection