- 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.
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 start
in your /client
folder.
8. Do an npm run dev
in your /server
folder.
9. Enjoy! :D