Travelog is a React application for all travelers around the world.
This application helps the user to plan, organize and enjoy, before and while traveling. It Gives you the opportunity to share your experience with other users, to discover new and exciting places by viewing other user's stories and collecting their experience by directly communicating with them.
https://github.com/djr319/effective-funicular.git
Navigate into the ./client
folder and run npm install
Navigate into the ./server
folder and run npm install
Within the folder there is an example.env
file. Copy the variables from that file, paste them on a new .env
file that you will create locally and fill the variables with your local corresponding values.
Do the same for the ./server
folder.
Run the client by executing npm start
from inside the client folder.
Run the server by executing nodemon
from inside the server folder.
To run front & backend: npm run dev
.