A Food App made during the Henry Bootcamp with Node.js
The Henry Food App was developed during the Henry Bootcamp. The idea was to create an App where you get different food recipes along with relevant information about them using an external api: spoonacular, and from that, among other things:
Installation: npm install
on both the api and the client folders.
Remember to create and setup the file api/.env
to run the Back-End correctly. You will need your Postgres credentials, create a new DB on your computer and also get an ApiKey from Spoonacular.
In both the api and the client directory, you can run: npm start
.
This will run the app in the development mode.\
Open http://localhost:3000 to view it in the browser.