Skip to content

JuhoKon/roadtrip-backend

Repository files navigation

Welcome to roadtrip-planner backend 👋

Documentation Maintenance

Backend for a web application for planning and creating roadtrips.

Demo

About

This is a backend-server (Express.js) for Roadtrip-planner. Frontend is available: here.

For the time being, a demo is available at: here.

Setup

You need two API keys from Google Maps API for Places, Directions and Maps.

Create .env file with following variables:

  • REACT_APP_API_KEY (frontend API key, used for loading Google Maps in React)
  • API_KEY (unrestricted API key, used for Google API )

Install

yarn install

Usage

yarn run watch

Deployment

Copy React-build files to the build-folder. Then:

yarn run build
yarn run serve

Enter http://localhost:8080/ and the application should be running.

Author

👤 Juho Kontiainen

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Juho Kontiainen.
This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published