Code Monkey home page Code Monkey logo

cms's Introduction

CMS

Content management system using web components, php, and MySQL.

Build Locally

Installation and Pre-requests

  1. Install xampp.
  2. Create a folder named cms under c/xampp/htdocs.
  3. Copy files under <GitBasePath>/cms/scr/php to <SystemBasePath>/xampp/htdocs/cms.
  4. Start XAMPP.

Setup Database

  1. Open your browser and go to http://localhost/phpmyadmin.
  2. Click Import on the upper nav bar.
  3. Import file from <GitBasePath>/cms/sql/mfee43_03.sql to create database and table.
  4. Import file from <GitBasePath>/cms/sql/create_db_admin.sql to create db user which has limited permission.
  5. Check related data. All needed should be imported.

Run the Web Application

  1. Open <GitBasePath>/cms/ with vscode.
  2. Install Live Server extention.
  3. Click Go Live which is on the lower-right corner of the vscode.
  4. Open your browser and go to http://127.0.0.1:5500/src/app/.

cms's People

Contributors

peggy-chien avatar chou0122 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.