Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karlomikus/cometcms

CMS for e-sports related websites
https://github.com/karlomikus/cometcms

Last synced: about 2 months ago
JSON representation

CMS for e-sports related websites

Awesome Lists containing this project

README

        

# Comet CMS

This is a playground application where I test code stuff on a "real" application

## Included

- Vue.js integration
- Gulp tasks
- Custom web design
- Database migrations and seeding
- Tests
- SOLID Principles (WIP)
- Modules (WIP)

## Installation

1. Clone the repo
2. Install composer dependencies `$ composer install`
3. Setup db configs
4. Run migrations and seeding: `$ php artisan migrate --seed`
5. (optional) Install npm dependencies `$ npm install --no-bin-links`
6. Login to application with email: [email protected] and password: admin123
7. Visit /admin for admin dashboard