https://github.com/deriegle/simplecms
Simple Node.JS, MongoDB, & Bootstrap CMS
https://github.com/deriegle/simplecms
Last synced: 2 months ago
JSON representation
Simple Node.JS, MongoDB, & Bootstrap CMS
- Host: GitHub
- URL: https://github.com/deriegle/simplecms
- Owner: deriegle
- License: mit
- Created: 2017-04-18T19:35:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T04:50:59.000Z (over 4 years ago)
- Last Synced: 2026-01-24T15:24:30.265Z (5 months ago)
- Language: HTML
- Size: 2.31 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleCMS
Simple Node.JS, MongoDB, & Bootstrap CMS
## How to use:
* Must have Node.js installed on local machine & MongoDB running
- git clone https://github.com/deriegle/SimpleCMS.git
- npm install
- npm start
- Server should be started now (Visit localhost:3001 in browser)
## Current Features:
Simple Blog with Home, Post, Contact, and About Pages
Create and Edit posts have been implemented by Joseph Cruz
## Working on:
* Make contact page work properly
* Clean up contact & about pages with correct information
* Add the comments section onto views/post.ejs & make Comment Model
## Features wanted:
Simple Blog with Home, Search, Post, Contact, About pages
User login with comments & likes on posts
Administration Panel
- Change basic theme on website
- Change Site Title & Page information
- Change navbar links
- Add administrators
- Add/Delete users