Closed ed-snodgrass closed 3 years ago
I would like to work on this issue.
That's awesome, @t-bello7. The publications are a great resource for seeing the pattern of how we're doing the Route/Table/Form. There is a Pull Request that has a more "final" version of that pattern complete with the adding, editing, and deleting items.
https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/pull/225
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
Alright, @ed-snodgrass I would check it out and get back to you.
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/LevelsForm.vue
https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/views/Levels.vue
https://github.com/Call-for-Code-for-Racial-Justice/Truth-Loop/blob/main/server/admin/src/views/LevelsForm.vue