Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.22 KB

File metadata and controls

30 lines (15 loc) · 1.22 KB

Blog Demo

What is this application?

This is a contrived simulation of a blog application. Its purpose is not to be a blog, but to be a demonstration of the developer's programming skills.

Who is the developer?

This application was developed by Grant Lindsay (d/b/a Fast Dog Coding, LLC.)

Is there a live version that I can see?

The live version is a work in progress, but feel free to take a look at https://fastdogcoding.com/demo/.

Can I copy this application for myself?

If you comply with the terms in the LICENSE, of course you may.

Reasons that someone may want to do that include, learning from someone else's work, evaluating the skills of the programmer, or similar purposes.

It should go without saying that passing this source code off as one's own work would be wrong.

Working with the Source Code

This application programming interface (API) application is a Node.js + Express web server.

You will also need to run the companion application, the blog-demo-ui application in this repository.

Copyright © 2023 Fast Dog Coding, LLC