Table of Contents
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 (SQLite), 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.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Mueez Khan - @mueezkhan_
Project Link: https://github.com/rzmk/simple-blog