A website to post daily Blogs! It is Basic HTML5, CSS with Semantic UI in front-end and Node.js with Express.js framework and MongoDB in back-end. It is a work in progress where I add things regularly. Visit here: </> Blogs
Some Functions are not working yet, or are disabled intentionally. If you're here to help, you're welcome. And feel free to join me.
- Clone the repository
git clone https://github.com/TheClassicWizard/blogApp.git
- Open console in the cloned directory and run the following command and wait for node modules to install
npm i
- To launch the application, run the following command-
node index.js
Following text will show up in console(ignore deprecation warnings):
App is Launched
To access the website, visit: localhost:3000
If you run into any problem, or If You're first time User of MongoDB, Ask me anytime at https://www.linkedin.com/in/shahrukhjadara
Note: A few flash messages are not working, and I'll get to that soon!