An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Food Tracker


Tracks your food, i guess




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project





  2. Usage

## 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

(back to top)