https://github.com/tsotimus/edgeblog
My super old blog - A Web App utilising NodeJS, ExpressJS and Otka API.
https://github.com/tsotimus/edgeblog
bootstrap css edgejs expressjs html javascript mongoose nodejs okta-api
Last synced: about 2 months ago
JSON representation
My super old blog - A Web App utilising NodeJS, ExpressJS and Otka API.
- Host: GitHub
- URL: https://github.com/tsotimus/edgeblog
- Owner: tsotimus
- Created: 2019-11-18T01:15:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T18:50:22.000Z (over 3 years ago)
- Last Synced: 2025-01-26T10:12:31.894Z (over 1 year ago)
- Topics: bootstrap, css, edgejs, expressjs, html, javascript, mongoose, nodejs, okta-api
- Language: JavaScript
- Homepage:
- Size: 8.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# My Blog
My fully functional blog which allows me to create, edit and delete blog posts.
It catogorises posts by specific subjects and also allows me to upload images for the posts.
### Disclaimer
**Major Updates are needed** and I would recommend using EJS instead of Edgejs, if you want to stick to a template engine. If not I would recommend rebuilding all of this as a NextJS project.
##### Tech Used
* NodeJs
* EdgeJs
* ExpressJs
* Okta Authorisation API
* MongoDB via Mongoose
* All the other NPM packages listed in the .json files
###### Excluded Files
.env file is excluded for security reasons.
##### Imporvements to be made
- [x] Finish the Admin Page Design
- [x] Finish the Home Page Design
- [x] Finish the "Why" Page Design
- [ ] Fix Bugs
###### Bugs
- [ ] Ordering posts wrong
- [x] Image = Undefined when redoing submission for posts (Need Error Handling)
- [x] Mongoose Depreciation warning. Set useFindAndModify option to false
- [ ] [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
- [x] "Why" Link on HomePage
- [ ] Subject Links not working
- [x] Okta logout not working properly