This is a travel logging application that shows the locations I have been travelling or live. It is designed and developed by using React, Mapbox and Nodejs. It is created by Furkan Mutlu with ❤️. You can contribute by submitting a pull-request.
-
Clone this repository.
https://github.com/furkanmutlu/travel-app.git
-
Running
Before you run the application you will need edit .env.example files, and rename them as '.env'.
For client environment variables it requires an api key that you can get it from Mapbox.
For server folder environment variables PORT, DATABASE_URL, CORS_ORIGIN and API_KEY (this is a password for entering new location).
After editing environment variables go to server folder
cd server
and run server:
npm start
Then go to client:
cd ..
cd client
and run react app:
yarn start