initial commit

This commit is contained in:
Ken Yasue
2025-03-25 06:19:44 +01:00
parent b97fa96c25
commit 9aef2ad891
71 changed files with 13016 additions and 1 deletions

View File

@ -0,0 +1,18 @@
Please generate simple project.
This project is simple cms with admin console and frontpage.
Please just generate boilerplate which support following lib and features first
- Tech stack
-- NextJS14 - App Router
-- TypeORM
-- Tailwind css
-- Docker Compose
- Database
-- Support MySQL,Postgresql,Sqllite, use SQLite for testing and for development
-- Table structure
--- User ( id, username ,password, avatar, modifiedAt, createdAt)
--- Posts ( id, parentId, userId, title, content, modifiedAt, createdAt )
- Git
-- Work in dev branch so I can manually push to main when everything works