Hike&Bite is a web application designed for hikers to log and discover food stops across Ireland. The platform provides detailed information on various stop types including cafes, restaurants, and pubs, helping users find great places to eat around the country. The frontend application is built using Svelte and contains a reactive UI for a responsive user experience.
To run this project, you will need to add the following environment variables to your .env file:
MONGO_URL=mongodb+srv://<username>:<password>@<cluster-url>/?retryWrites=true&w=majority&appName=<your-app-name>
To do so, create a .env
file in the root directory of the project. You can copy the content from the .env_example
file and modify it with your own details:
```bash
cp .env_example .env
```
Update the following fields in your .env
file:
db
: Link to your cloud databaseBefore you begin, ensure that you have the following:
Follow these steps to get your environment set up:
Clone the repository: Open your terminal or command prompt and run the following command to clone the repository:
```bash
git clone https://github.com/rhiannahmaher/hike-bite.git
```
Navigate to the project directory:
```bash
cd your-project-name
```
Install the dependencies: Run the following command to install all the necessary packages:
```bash
npm install
```
Set up environment variables:
Create a .env
file and update env_example
Run the application: Once everything is set up, you can start the development server:
```bash
npm run dev
```
This will start the Node.js server, and you should be able to access the application at http://localhost:3000
Application is available to view via Netlify here
Hike&Bite is a web application designed to assist users in discovering key food stops around Ireland, such as cafes, restaurants, and other points of interest.
The primary goal of Hike&Bite is to help users plan their trips more efficiently by providing access to key stops along areas.
Hike&Bite is perfect for anyone who enjoys discovering new food stops. Additionally, it can be useful for developers who wish to integrate food stop data into their own applications or websites.
Rhiannah Maher - 20085527@mail.wit.ie
Project Link: https://github.com/rhiannahmaher/hike-bite