An open API service indexing awesome lists of open source software.

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

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