octalpixel / beep-rideshare

Monorepo for Ride Beep App. Ride Beep App πŸš• is a rideshare platform for college students at any colleges and university.

Home Page:https://ridebeep.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beep App πŸš•

ci e2e

dev 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

  • Node.js
  • pnpm
  • Docker Compose

Optional

  • EAS CLI

πŸ’» 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:create

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

pnpm dev

🌎 Services running for local development

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

About

Monorepo for Ride Beep App. Ride Beep App πŸš• is a rideshare platform for college students at any colleges and university.

https://ridebeep.app


Languages

Language:TypeScript 99.7%Language:JavaScript 0.2%Language:HTML 0.1%Language:Dockerfile 0.0%