Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karlomikus/cometcms
- Owner: karlomikus
- Created: 2015-05-01T14:35:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T18:18:09.000Z (over 8 years ago)
- Last Synced: 2023-08-01T08:26:50.143Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://karlomikus.com
- Size: 9.61 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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