Skip to content

Koushikphy/MinimalJournal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Journal

Version Heorku

A Journal App/API based on django & django-rest-framework

WIP: Work in Progress

TODO:

    • Initial UI
    • Backend API
      • User Registration/ Log In/ Log Out
      • Entry model
      • DRF search
        • Different search logic for two fields
      • Seperate Tags model for better performance
    • Front end
      • Entry list
      • Nav bar
      • New entry input
      • Edit/Update functionality
      • Delete functionality
      • Pagination for large data
        • Long pagination problem
        • Hide pagination on just single
    • Bugs
      • Clear tags when going to search and vice-versa
      • Prevent recursive databse queries
    • Implement PostgresSQL
    • Deploy to heroku
    • Front end React - Next JS
    • Encrypt the backend storage so that all entries are secured