We completed the Legislative Tracking System challenge.
- Node 16+
- PostgreSQL (for server code)
- Angular 14
- AdonisJS
/scripts
contains code to scrape the Hawaii State Capitol website./ui
contains the user interface code/server
contains the backend code
Directories are with respect to root directory.
cd server
npm i
npm run dev
cd ../ui
npm i
npm start
Connect to http://localhost:4200 to access website.