Skip to content

Latest commit

 

History

History
50 lines (49 loc) · 2.69 KB

README.md

File metadata and controls

50 lines (49 loc) · 2.69 KB

My Health Partner

A full stack web application which can help users to authenticate and add calories.

Features

  • Backend
    • Powerful and secure backend with Django and Django Rest Framework.
    • Use of JWT to authenticate users.
    • Support auto deletion of token after certain period of time for security reasons.
    • API support for login and logout users.
    • Support natural language processing to find calories for foods. e.g. 100g of rice
    • Create, read and delete calories data.
    • CRUD user data.
    • Powerful admin panel to maintain users and database.
    • Support SQL in debug mode and PostgreSQL in production mode.
    • CORS header protection to secure api from unauthorised website and protect from phishing.
  • Frontend
    • Toggle between dark mode and light mode. (default system)
    • Beautiful UI with the help of Google Material UI.
    • Simple site with registration, login, home and today page.
    • Powered by next.js 13.

Dark Mode

Home

image

image

Today

image

image

User Settings Card

image

image

Login

image

Register

image

Light Mode

Home

image

image

Today

image

image

image

image