Skip to content

Pachared/Nova-Cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova Monorepo

Nova is a deployment platform project with a Next.js web app and a Go API.

Structure

apps/web                 Next.js App Router frontend
apps/api                 Go Gin API
packages/shared-types    Shared frontend/runtime constants
packages/shared-utils    Shared utility helpers
docs                     Architecture and product notes
infra                    Infrastructure notes and future IaC

Local Setup

npm install
cp apps/web/.env.example apps/web/.env.local
cp apps/api/.env.example apps/api/.env

Run the web app:

npm run dev:web

Run the API:

npm run dev:api

Run local services:

docker compose up postgres redis

Deployment

apps/web and apps/api are independently deployable. Each app includes its own Dockerfile and README.

Admin App

No admin app is included yet. A future apps/admin can be added for user management, project management, deployment monitoring, logs, billing, and system settings.

About

แพลตฟอร์ม Cloud Deployment สำหรับเชื่อมต่อ GitHub เลือก Repository และจัดการโปรเจกต์เพื่อเตรียม Build และ Deploy เว็บแอปพลิเคชันผ่านระบบส่วนกลาง

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages