Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 440 Bytes

File metadata and controls

10 lines (9 loc) · 440 Bytes

Robert's Rules of Order Web Application

Web application implementing a voting system utilizing RONR

IMPORTANT (Updated):

Decided to remove the .env file from the repo. If you did not already pull the last version, make sure to create a .env file in the base dir of the repo with the following format:

DB_USERNAME=username
DB_PASSWORD=password

Replace with your respective database account username and password