A fast, easy-to-use mobile app for tracking and organizing beers you’ve tried. You can quickly log beers, rate them, and keep everything in one place. It’s built to be simple and enjoyable, so you can build a personal beer library you'll love revisiting.
- Clone to desired directory
- In new terminal enter 'npm install'
- Open second terminal
- Navigate to frontend directory ('cd Beer_Me')
- Enter 'npm install' to install dependencies
- Create new file named .env in frontend directory (Beer_Me/Beer_Me)
- Copy variable from .env.example into .env with your ip
- In first terminal enter 'npm run start'
- In second terminal enter 'npx expo start'