SAVE MONEY AND THE EARTH WITH EATABLE.\ Eatable is an app for selling food that is close to its expiration date for the discounted price.
This app was created during the team's time as students at Code Chrysalis.
Did you know there is about 6 million tons of food waste every year in Japan?\ This is quite a shocking number and after we learned this we immediately started brainstorming about how we could have an impact on this situation and that’s where the idea of Eatable came from.
Here is a brief description of the core features of Eatable.
Let us walk you through our app!\ First thing you want to do is Sign up/Log in.\
If you register as a seller, you will see all the items you listed on the seller's home page. If you a buyer, you will see all available items on Eatable.\ Seller's home page
Buyer's home page
We provide a profile page for seller and buyer. Here a user can check out their profile, stats and transaction history.
docker build -t <tag> .
Builds the docker image with a tag.
Tag example: eatable:0.1.0-dev
[name/version-env]
docker run --rm -it --name web -p 8080:8080 -v $(pwd):/app <tag>
Runs the docker image with a tag.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.\ You will also see any lint errors in the console.
Deployment