Skip to content

ten-weeks/CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •