https://github.com/koushikphy/minimaljournal
A Journal App/API based on django & django-rest-framework
https://github.com/koushikphy/minimaljournal
api-server django django-application django-backend django-project django-rest-framework fullstack heroku heroku-dep rest-api
Last synced: 3 months ago
JSON representation
A Journal App/API based on django & django-rest-framework
- Host: GitHub
- URL: https://github.com/koushikphy/minimaljournal
- Owner: Koushikphy
- Created: 2022-03-04T18:42:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T10:36:17.000Z (about 3 years ago)
- Last Synced: 2025-01-13T20:31:02.029Z (4 months ago)
- Topics: api-server, django, django-application, django-backend, django-project, django-rest-framework, fullstack, heroku, heroku-dep, rest-api
- Language: HTML
- Homepage: https://minimaljournal.herokuapp.com/
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Minimal Journal
[](https://minimaljournal.herokuapp.com/)
[](https://minimaljournal.herokuapp.com//)
#### A Journal App/API based on django & django-rest-framework**WIP**: *Work in Progress*
### TODO:
1. - [x] Initial UI
1. - [x] Backend API
1. - [x] User Registration/ Log In/ Log Out
2. - [x] Entry model
3. - [x] DRF search
1. - [x] Different search logic for two fields
3. - [ ] Seperate Tags model for better performance
2. - [ ] Front end
1. - [x] Entry list
2. - [x] Nav bar
3. - [x] New entry input
3. - [ ] Edit/Update functionality
3. - [ ] Delete functionality
3. - [x] Pagination for large data
1. - [x] Long pagination problem
1. - [x] Hide pagination on just single
3. - [ ] Bugs
1. - [ ] Clear tags when going to search and vice-versa
2. - [ ] Prevent recursive databse queries
4. - [x] Implement PostgresSQL
3. - [x] Deploy to heroku
4. - [ ] Front end React - Next JS
5. - [ ] Encrypt the backend storage so that all entries are secured