App CRUD with FastAPI and SQLite3
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Add delete and update icons. Create form table to display user data when the edit button is pressed. Style buttons
8ae0d26View on GitHubAdd edit button, popup window, and close button. Style buttons. Add functionality. Organize files and code. Add icons. Delete some HTML content, CSS styles, and JS code that were not useful
428e343View on GitHubAdd and style table. Change localhost on main.py. Create functions to manipulate the data. Insert data into frontend
bd09a7eView on GitHubAdd delete method to tables.py. Implement delete user in RestAPI
0614891View on GitHubImplement get_user and update_user. Add new methods on tables.py. Add search registry by id and first_name
fe37475View on GitHubAdd missing methods on <tables.py>. Delete files <create_users.py> and <database.py>. Implement new methods on <users.py> router
e521c01View on GitHub