https://github.com/cr4yfish/foodtracker
Locally hosted Food Tracker with Database and Barcode scanning.
https://github.com/cr4yfish/foodtracker
fullstack nodejs
Last synced: about 2 months ago
JSON representation
Locally hosted Food Tracker with Database and Barcode scanning.
- Host: GitHub
- URL: https://github.com/cr4yfish/foodtracker
- Owner: cr4yfish
- License: gpl-3.0
- Created: 2021-11-06T18:18:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T14:18:29.000Z (over 3 years ago)
- Last Synced: 2025-06-09T06:05:12.323Z (4 months ago)
- Topics: fullstack, nodejs
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Table of Contents
## About The Project
I wanted a way to track my food items, so I have a neat way of tracking when they're due.
So I wrote this webapp that can store items, their count and their due date. It features sorting and editing functionality.
I'm also working on a notification system.### Built With
* [Express.js](https://expressjs.com/)
### Prerequisites
* node
```
sudo apt-get node
```* npm
```sh
npm install npm@latest -g
```### Installation
1. Install NodeJS
2. Run node
```sh
node index.js
```3. ??
4. Profit!## Usage
1. Open https://localhost:30000