Eatable is a barcode scanner app that can help users look for additives and allergens in food. It utilizes a Mongo DB database and various NPM packages to provide a seamless experience for its users.
git clone git@github.com:SaschaRadojkovic/capstone-project.git
npm install
You can then use the following commands:
npm run dev
to start the development servernpm run build
to create a production buildnpm run start
to start the production buildnpm run test
to run the tests in watch mode (if available)💡 This project requires a bundler. You can use
npm run dev
to start the development server. You can then view the project in the browser athttp://localhost:3000
. The Live Preview Extension for Visual Studio Code will not work for this project.
Contributions are always welcome! Please feel free to submit a pull request or an issue.
This project is licensed under the MIT License