https://github.com/shahkv95/buchautoren
Buchautoren is a german term for books and its authors. This app helps you to keep a record of books and their authors
https://github.com/shahkv95/buchautoren
api backend c cpython frontend javascript powershell python python3 react shell
Last synced: 3 months ago
JSON representation
Buchautoren is a german term for books and its authors. This app helps you to keep a record of books and their authors
- Host: GitHub
- URL: https://github.com/shahkv95/buchautoren
- Owner: shahkv95
- Created: 2022-03-28T20:29:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T21:22:22.000Z (about 4 years ago)
- Last Synced: 2025-03-01T00:09:38.558Z (over 1 year ago)
- Topics: api, backend, c, cpython, frontend, javascript, powershell, python, python3, react, shell
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buchautoren
Buchautoren is a german term for books and its authors. This app helps you to keep a record of books and their authors
## Future Tasks
- [ ] Create a readme for the open-source community enabling to use the soruce code
- [ ] Abstract and refactor the code
- [ ] Add authentication to the app
- [ ] Add more fields like serial numbers, date of addition, book description, etc to the list
- [ ] Make sure that the title entered is unique - submition of duplicate title should not be allowed
- [ ] Allow user to edit the submitted entry [backend already done - frontend remaining]
- [ ] Add ci cd for backend and frontend
- [ ] Add pagination
- [ ] Dockerize the application
- [ ] Deploy the app