Skip to content

A single-page web app for creating travel itineraries.

License

Notifications You must be signed in to change notification settings

muiradams/plantogo

Repository files navigation

PlanToGo

A single-page web app for creating travel itineraries. Created using React and Redux. The app requires PlanToGo-Server - a RESTful API server which handles creating and authenticating users, and maintaining the database of travel itineraries.

This app is currently deployed on Heroku here: https://www.plantogo.co

Install dependencies: npm install Start the server in development mode: npm run dev Then open your browser to http://localhost:8080/

The app requires MongoDB and the PlanToGo-Server to be running in the background.

To deploy the app, the server needs to know the following config variable: SERVER_URL: the url of the deployed plantogo-server

About

A single-page web app for creating travel itineraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published