Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amcnulty/desiedog-website
A website for Desie the dog.
https://github.com/amcnulty/desiedog-website
cms cross-browser expressjs heroku login-auth mongodb mongoose nodejs website
Last synced: 15 days ago
JSON representation
A website for Desie the dog.
- Host: GitHub
- URL: https://github.com/amcnulty/desiedog-website
- Owner: amcnulty
- Created: 2017-09-11T19:00:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T06:00:15.000Z (about 7 years ago)
- Last Synced: 2024-11-12T04:31:18.643Z (2 months ago)
- Topics: cms, cross-browser, expressjs, heroku, login-auth, mongodb, mongoose, nodejs, website
- Language: JavaScript
- Homepage: http://www.desiedog.com
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desiedog-Website
A website for Desie the dog.## Objectives
1. Make a website that uses node.js and express.js server.
2. Use MongoDB for data storage.
3. Build a user sign in authentication system.
4. Create a user dashboard for updating their profile and checking messages.
5. Build a custom CMS.
6. Build a gallery of images that users can upload.
7. Deploy the website through Heroku.## Custom CMS System
The content management system will be used by admin users to author blog posts. Some additional features the CMS will have for the admin users will be as follows.
* Edit home page content.
* Add new user access to the CMS.
* Limit access to CMS user accounts.
* Send messages to users.## Links
Link to the current live site: [Desie Dog Blog](http://www.desiedog.com "A blog for Desie the dog!")Link to Heroku deploy of the site: [Heroku Deploy of Desie Dog Blog](https://desiedog.herokuapp.com/ "A blog for Desie the dog!")