Giter Site home page Giter Site logo

mycms's Introduction

CMS (content management system).

Build Status Code Climate Test Coverage Issue Count

our project is a blog with Content Management System that allows the admin to manage the website.

Phase 1 : Create login page for admin

  • The admin can open an admin page by enter (the website link)/admin => https://blog-website.herokuapp.com/admin
  • The admin can login by your email and password
  • The system check if this user is an admin for control panel or not

Phase 2 : Create control panel page, that allows the admin to add title, content and image into a blog page, this data will be inserted into database

alt text

Phase 3 : Create a blog page where the content is available for the site visitors to read.

The blog's home page is where admin posts are retrieved from database to be dispalyed.

alt text

Setup and install

For anyone wants to use the website locally :
  • You should install this library
$ npm clone https://github.com/ten-weeks/CMS.git
  • Make sure to install all the indepandaceies
$ npm i
$ npm start
If you want to use the website globally, you need to create global database like create data base on heroku website, then add the data base config ( username, data base name, password, host ,port ..) in the code.
We use backend TDD
We use postgres database to insert,select and delete data
We use validation and authentication for admin information

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.