This project hitting Two API one for getting list of meals and other for user involvement.
Abdallah Antony
Mujeeb Ur Rahman
To get a local copy up and running follow these simple steps.
Clone the GitHub Repository
To Get API KEY
For MEAL_API_KEY Visit Meal-API-Documentation website for API documentation, find public API KEY
For INVOLVEMENT_API_KEY Visit Involvement-API-Documentation website for API documentation, Send a POST request to server Involvement-API, server it will respond with new App ID
Create .env file in the root directory,Add below text in your .env file,Remember to replace values after = sign with your API Keys
MEAL_API_KEY=123 INVOLVEMENT_API_KEY=kasjdflkasj
run this commands in your terminal:
npm install
npm run build
npm start
After running npm start
the website will be opened automatically on your default browser.
To run tests, run the following command in your terminal:
npm test
You can deploy this project using GitHub follow the steps:
/dist/
at the end of link then your website will shown on web-browser 👤 Mujeeb Ur Rahman
👤 Abdallah Antony
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.