Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.16 KB

Readme.md

File metadata and controls

19 lines (16 loc) · 1.16 KB

Food Map

What is Food Map?

  • Food Map was created through the love for food and dining out. Instead of blacking out when visiting friends and relatives ask for restaurant tips, use Food Map! Or if you are a restaurant owner, use it to keep track of your competitors.
  • Make your own private reviews of your favourite restaurants or create bookmarks of interesting places so you don't forget them. Food Map fetches restaurants near you or in a specified city.
  • Food Map is a React+Express application. homepage picture for foodMap

Installation

1.git clone this repository.
2. Make sure to do a npm install in both the client folder as well the server folder.
3. Create a developer account on Unpslash.
4. Create a .env file in the server folder.
5. Add a key in your .env file with UNSPLASH_ACCESS_KEY={YOUR_UNSLASH_KEY}.
6. Add a key in your .env file with UNSPLASH_SECRET_KEY={YOUR_UNSLASH_SECRET}.
7. Do an npm startin your /client folder.
8. Do an npm run dev in your /server folder.
9. Enjoy! :D