Closed ed-snodgrass closed 3 years ago
The Publications is a good reference for the route/table/form patterns.
FYI, In order to get the server running i locally modified the /server/app.js file and removed all of the , authentic, authorize,
from the app.use
calls towards the bottom of the file. Then, from the server directory, you run npm install
and then npm run start
Create a Route, Form and Table object based on the following:
https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/components/GeographiesForm.vue
https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/views/Geographies.vue
https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/views/GeographiesForm.vue