Skip to content

henrynguyen6677/elixirforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ElixirForge

🚀 ElixirForge - SaaS platform giúp tạo dự án Elixir (Phoenix) nhanh chóng, dễ dàng!

🏗️ Monorepo structure

apps/
    backend/ # Elixir Phoenix backend 
    frontend/ # Next.js frontend

🔥 Getting started

# 1. Clone the repo
git clone https://github.com/henrynguyen6677/elixirforge.git
cd elixirforge

# 2. Setup backend
cd apps/backend
mix deps.get
mix ecto.setup
mix phx.server

# 3. Setup frontend
cd apps/frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages