A fullstack web app that allows users to explore new adventures. A Live deployment Can be found here.
Users can view, filter and Sort other User posts, Which then can be saved to the user's personal profile to be viewed at a later date.
Users can sign up for WildRoutes to gain access to the site and can log in at any given time, by signing up users get personalised content directed at them using the location tag that they have provided.
Users can create their own posts, showcasing the experience of how the adventure had gone.
- Download or clone the repo.
- Download or clone the backend of the Application from here.
- Open a new terminal window in the main folder and: cd backend -> npm install -> npm run dev
- Open a new terminal window in the main folder and: cd frontend -> npm install -> npm start