https://github.com/jaya6400/mythologisite
Interactive mythology website
https://github.com/jaya6400/mythologisite
docker docker-compose laravel nextjs php8 postgresql
Last synced: 3 months ago
JSON representation
Interactive mythology website
- Host: GitHub
- URL: https://github.com/jaya6400/mythologisite
- Owner: jaya6400
- Created: 2025-09-18T15:47:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T19:24:13.000Z (5 months ago)
- Last Synced: 2026-02-05T07:22:38.576Z (5 months ago)
- Topics: docker, docker-compose, laravel, nextjs, php8, postgresql
- Language: PHP
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mythologisite
A mythology knowledge website with AI agent support and music streaming option.
Built with **Laravel (backend)** + **Next.js (frontend)**, running in **Docker**.
---
## 🚀 Getting Started
### Prerequisites
- [Docker](https://www.docker.com/) and Docker Compose installed
- No need to install Node.js or PHP locally (handled inside containers)
---
### 🛠️ Setup
Clone the repository:
```bash
git clone https://github.com/jaya6400/mythologisite.git
cd mythologisite
```
### ▶️ Run the project:
Build and start containers:
```bash
docker-compose up --build -d
```
Frontend will be available at:
👉 http://localhost:3000
Backend API will be available at:
👉 http://localhost:8000