portion-mate

Your daily meal-date and nutritionist

Stars
1

πŸ“š Documentation

For more information, please refer to the Wiki.

πŸ—ΊοΈ Project Layout

  • . Root of repository with directories of different concerns
  • package.json is the repository module handler using Yarn Workspaces and lint-staged
  • docs contains files and assets related to documenting this project
  • src contains the source code for the application itself
  • src/app includes most of the source code for the Expo application
  • src/server is the source code for the Django backend server
  • src/package.json & src/pyproject.toml list dependencies of the source code
  • src/manual lists instructions on running the application locally
  • src/.env.example is an example of a .env (git-ignored) file that can be used to read environment variables
  • dissertation contains all files for the dissertation and being used on Overleaf
  • .github Files used by GitHub to enable features used by this repository
  • .github/workflows contains all YAMLs for instructions on running different GitHub Actions
  • timelog.md is a required file for the project that includes a log of tasks and time spent

πŸ’½ License

While as much as I love open-source, unfortunately, this project is not licensed for contributions or modifications. This is for confidence with the academic conduct of the university and avoid assisting any unintentional plagiarism. This repository is only public for reference. All dependencies for the project are licensed and used with compliance to requirements.

πŸ“Ÿ Contact

If you have questions about this project, you can refer to the documents (including the FAQ), but if you didn't find what you were looking for, or want to share feedback, you can send it to:

Inesh Bose - [email protected] / [email protected]

Project Link: https://github.com/ineshbose/portion-mate/