✏ A simple blog web app built with EJS, Node.js API backend, and a MongoDB database.
Find a file
2021-06-22 07:42:11 -04:00
public Update images 2021-06-22 07:42:11 -04:00
views Add README, update links 2021-06-22 07:31:41 -04:00
.gitignore Initial upload 2021-06-21 21:17:25 -04:00
app.js Fix POST 2021-06-21 22:29:03 -04:00
package-lock.json Initial upload 2021-06-21 21:17:25 -04:00
package.json Try fix package.json 2021-06-21 21:41:38 -04:00
Procfile Added Procfile 2021-06-21 21:21:48 -04:00
README.md Update images 2021-06-22 07:42:11 -04:00


Table of Contents
  1. About The Project
  2. Contact
  3. Acknowledgements

About The Project

Screenshot

A simple blog web application to learn full-stack web development.

Details

  • Developing based on the Web Developer Bootcamp course.
  • Using EJS for file organization and templating (components).
  • Learning much about SQL CRUD operations, schema, SQL databases (SQLlite), noSQL databases, and Mongoose ODM.
  • Connecting to a MongoDB database storing post info, with a hidden method on the blog site for creating new posts.

Built With

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Mueez Khan - @mueezkhan_

Project Link: https://github.com/rzmk/simple-blog

Acknowledgements