All Projects → muhsarip → now-cms

muhsarip / now-cms

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to now-cms

FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (+220%)
Mutual labels:  crud
java-crud-api
No description or website provided.
Stars: ✭ 24 (+60%)
Mutual labels:  crud
react-native-firebase-firestore-crud-example
React Native Firebase Tutorial: Build CRUD Firestore App
Stars: ✭ 24 (+60%)
Mutual labels:  crud
react-crud-icons
57 SVG icons for CRUD applications, packaged as a React component with light & dark themes and tooltip.
Stars: ✭ 19 (+26.67%)
Mutual labels:  crud
maricutodb
PHP Flat File Database Manager
Stars: ✭ 23 (+53.33%)
Mutual labels:  crud
ionicfirebasecrud
An example of crud with Firebase and Ionic
Stars: ✭ 15 (+0%)
Mutual labels:  crud
php-orm-pdo
Micro PHP ORM Library
Stars: ✭ 18 (+20%)
Mutual labels:  crud
golmarket
Gol Market is a simple e-commerce website built in Laravel 5.4
Stars: ✭ 35 (+133.33%)
Mutual labels:  laravel54
luya-module-admin
Administration base module for all LUYA admin modules
Stars: ✭ 45 (+200%)
Mutual labels:  crud
ios-grpc-note-crud-app
Swift iOS gRPC Client Note Taking App
Stars: ✭ 16 (+6.67%)
Mutual labels:  crud
express-crud-router
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 109 (+626.67%)
Mutual labels:  crud
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (+26.67%)
Mutual labels:  crud
node-github-publish
Publishes a file to a repository through the GitHub Contents API
Stars: ✭ 20 (+33.33%)
Mutual labels:  crud
Angular-Reactive-Demo-Shop
Angular Demo Shop
Stars: ✭ 79 (+426.67%)
Mutual labels:  crud
ionic4-angular8-crud-mobileapps-example
Ionic 4 Angular 8 Tutorial: Learn to Build CRUD Mobile Apps
Stars: ✭ 20 (+33.33%)
Mutual labels:  crud
http-node-api
O objetivo dessa aplicação era criar uma API sem nenhuma dependência externa, apenas utilizando as bibliotecas nativas do NodeJS. Tudo foi feito utilizando 100% Javascript.
Stars: ✭ 44 (+193.33%)
Mutual labels:  crud
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (+220%)
Mutual labels:  crud
rss-for-the-rest-of-us
A simple RSS reader built on Laravel. For the rest of us.
Stars: ✭ 16 (+6.67%)
Mutual labels:  laravel54
boiler-plate-commands
Package to generate automatic cruds for Laravel BoilerPlate Apps
Stars: ✭ 13 (-13.33%)
Mutual labels:  crud
okta-spring-boot-react-crud-example
Simple CRUD with React and Spring Boot 2.0
Stars: ✭ 214 (+1326.67%)
Mutual labels:  crud

NOW CMS

Ini adalah project CRUD dengan menggunakan Laravel 5.4 dan ReactJS.

Template yang digunakan adalah template gratis dari creative team , thanks creative team !

dokumentasi template react : https://creativetimofficial.github.io/material-dashboard-react/#/documentation/tutorial dokumentasi official laravel : cari sendiri ! haha

requirement :

  • php versi 5.4 >=
  • windows 64 bit (32 bit gagal compile file sass nya )
  • xampp (webserver)
  • node js

Tutorial instalasi :

  • Instalasi laravel
  1. Jalankan xampp kamu (webserver), Buat database dengan nama : now_cms

  2. Import file sql pada root project pada database now_cms

  3. Buka command prompt (cmd) lalu cd ke root project, install laravelnya : composer install

  4. Copy file .env.example ke file baru .env

  5. isi nama database pada file .env dengan now_cms , isikan user dan password sesuai configurasi database mysql kamu

-- Instalasi frontend (reactjs)

  1. Buka command promprt baru
  2. Dari folder root project, cd ke public/dev
  3. buat file namanya .env

isinya : NODE_PATH=./src

  1. lalu ketik : npm install
  2. Tunggu sampai package selesai di install
  3. sekarang jalankan mode development, ketik : npm start
  4. perhatikan chrome kamu, akan keluar halaman baru dalam beberapa detik
  5. tara !!! selesai

Pada side menu terdapat menu Student, silahkan di explore. sudah dibuat CRUD nya !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].