Node.js & Express backend for react maps. https://react-directions-backend.herokuapp.com/
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-04-22 21:13:24 +02:00
routes Create error handling for routes 2022-04-22 20:16:59 +02:00
.gitignore Create find geolocation by name endpoint 2022-04-20 22:08:20 +02:00
config.js Create find geolocation by name endpoint 2022-04-20 22:08:20 +02:00
index.js Create error handling for routes 2022-04-22 20:16:59 +02:00
package-lock.json Create find geolocation by name endpoint 2022-04-20 22:08:20 +02:00
package.json Create error handling for routes 2022-04-22 20:16:59 +02:00
README.md Create README file 2022-04-22 21:13:24 +02:00

React Maps - backend

Made as a recruitment task

Setup guide

  1. Clone repository
  2. Run "npm install"
  3. Create account on LocationIQ website & generate your free api key
  4. Create .env file
  5. Add LOCATIONIQ_API_KEY env variable with your api key