Skip to content

HUSKI3/NoCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoFestival (And you will be happy)

A simple CMS implementation written in NoPHP (framework)

The application will automatically create a database and the tables on startup via onstart.php, this behavior is added via onstart in wool.yaml. Please note that you will need to create a user account before interacting with the core of the application. Registration works perfectly and will raise an error if a field is not complete.

You can use a precreated account: email: susane@noreply.com password: suspass

Normal routes are defined in routes in wool.yaml, API routes are defined in json in wool.yaml, static routes are defined in static in wool.yaml.

Structure

NoCMS
├── Dockerfile
├── docker-compose.yml
├── .gitignore
├── requirements.txt
├── app
│   ├── viewcontrollers
│   │   └── ... # View Controllers for landing, login, scribe and etc.
│   ├── models
│   │   └── ... # User & Page Models 
│   ├── repositories
│   │   └── ... # User & Page Repositories 
│   ├── controllers
│   │   └── ... # User & Page Controllers 
│   ├── api
│   │   └── ... # Api routes
│   ├── docs
│   │   └── ... # NoPHP Documentation
│   ├── static
│   │   └── coolio.png
│   └── config
│       └── wool.yaml
└── README

Routes:

Ports:

8000 - for the application No other ports are required to access the app

Running the application

$ docker-compose up --build

Live version

You can find the live version at LonkCloud Testing

About

A CMS application written in NoPHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published