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.
- Bun
- Node.js (I reccomend using Volta to install)
- pnpm
- Docker Compose
- EAS CLI (only needed if you're going to build releases for the app)
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
Service | URL |
---|---|
API | http://localhost:3000 |
Website | http://localhost:5173 |
App | http://localhost:8081 |