https://github.com/akash1000x/bookmyshow
https://github.com/akash1000x/bookmyshow
bookmyshow docker docker-compose next-auth nextjs postgresql prettier prisma prisma-orm reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akash1000x/bookmyshow
- Owner: Akash1000x
- Created: 2024-07-09T17:33:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T04:27:13.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T16:21:10.407Z (6 months ago)
- Topics: bookmyshow, docker, docker-compose, next-auth, nextjs, postgresql, prettier, prisma, prisma-orm, reactjs
- Language: TypeScript
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookMyShow
## Setup
1. Clone the repository:
```bash
git clone https://github.com/Akash1000x/bookMyShow.git
cd bookMyShow
```
2. Install dependencies
```bash
yarn
```
3. Run
```bash
yarn dev
```