Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.86 KB

README.md

File metadata and controls

64 lines (47 loc) · 1.86 KB

Beep App 🚕

ci e2e

staging production

📚 Introduction

This is the monorepo for the Beep App. The Beep App is a full stack ride share application. This app is built for students at college campuses and currently is mostly used by students at Appalachian State University. This application is not afilliated with any university and is independently developed and maintained.

⌨️ Developing Locally

Dependencies

Required

Optional

  • EAS CLI (only needed if you're going to build releases for the app)

💻 Running Locally

Fork this repository

git clone <url of your fork>

Go into the projects directory

cd beep

Install dependencies

pnpm i

Bring local db and redis up with Docker

docker-compose up -d

Create the database schema (run this in the api/ directory)

pnpm db:push

To run the development envrionment use in the repo's root

pnpm dev

🌎 Services running for local development

Service URL
API http://localhost:3000
Website http://localhost:5173
App http://localhost:8081