This website enables users to store, track, and search recipes based on the ingredients in their own homes.
BlueHorus Ocean allows users to craft custom recipe lists with detailed nutrional information from Spoonacular's extensive API. Recipe lists are curated based on the user's own household ingredients, dietary requirements, and any other personal restrictions or allergies. The app saves a user's account information in a modern, secure cloud storage solution.
- Animejs
- Axios
- Babel
- Express
- Firebase
- Material UI
- Mongoose
- MongoDB
- MongoDB Atlas
- Nodemon
- React
- Webpack
$ git clone https://github.com/BlueHorus/Ocean.git
$ cd ../Ocean
$ npm install
$ npm run react-dev
$ npm start
- Set up a db_config.js with the following:
module.exports = {
dbName: "<your DB name here>",
user: "<your username here>",
pass: "<your password here>",
};


