Git Product home page Git Product logo

blogsite's Introduction

BlogSite

A sneak peek into what we have here-

About-

All Contributors

  • 'Blog' and 'blogging' are now loosely used for content creation and sharing on social media, especially when the content is long-form and one creates and shares content on regular basis.

  • This is a dynamically updating Blog posting website developed primarily using Node Js with EJS template engine and Mongoose as ODM(Object Data Modeling library). Visit BlogSite

Tech Stack-

HTML5

CSS3

EJS template engine

NodeJS

Express.js

Mongoose

MongoDB

Environment Setup for local use-

  • Drop a ⭐ on the GitHub repository.




  • Robo 3T is a desktop graphical user interface (GUI) for Mongo DB. It can help to skip running all the Mongo DB commands manually every time we want to access the data. Download Robo 3T (optional)

  • Clone the repository by running command
git clone https://github.com/ <your user-name> /BlogSite.git

in your git bash.

  • Run command cd BlogSite.

  • Run this command to install all dependencies for the project.
npm install

  • Adding secret key for JWT auth.
    • Run this command when inside the root directory to make a .env file.
    touch .env
    
    • Now add this to the .env file
    SECRET_KEY = "AlphaVio";
    

  • Testing : Run this command on your terminal/ bash to start the Mongo server on port 27017(default). You need to change the url in your app.js file to 'mongodb://localhost:27017/blogDB';
mongod

  • Run this command to start the project.
npm run start
  • Run this command to start the project as a developer.
npm run dev

  • Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/

  • You can learn more about EJS template engine and its syntax to know how we can use it inside our HTML using the documentation

  • Now you are all set to use this project.

Some useful Mongo DB commands if you are using the terminal instead of the GUI-

show dbs
use db <db name>
show collections
<db name> .find()

Project Deployed on Heroku : Link

Open Source Events Project is associated with:

1. JGEC Winter of Code

  • JWoC ( JGEC Winter of Code) is a program organised by Developers JGEC in collaboration with Sristi 2020 which helps students to plunge into Open Source contribution and get the realm of Software Development.

2. Mexili Winter of Code

  • Mexili is a Free and Open Source organization whose motivation is to funnel learning and implementation through Open Source Software Development.

3. GirlScript Summer of Code

  • GirlScript Summer of Code is the 3 month long Open Source program conducted by GirlScript Foundation, started in 2018, with an aim to help beginners get started with Open Source Development while encouraging diversity.

Maintainer ✨


Pranav Mendiratta

💻📖 🚧

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Anubhab Sarkar

🎨

Subhra264

💻

Sahil Saha

💻

uttu2

📖

pankaj kumar bijarniya

📖 💻

Niveditha Palli

🖋 💻

Lucky kumari

📖 💻

kanhaiya lal

💻

Tushar Jain

📖 💻

Karun Karthik

💻

Harshit Aditya

💻

Aayush Garg

📖 💻

Abhijay Jain

💻 📖

Monojit Chakraborty

💻

Ankita297

💻

Aniket Lodh

💻

Monika Jha

💻

vismitap

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

blogsite's People

Contributors

pranav016 avatar allcontributors[bot] avatar subhra264 avatar ankita297 avatar dependabot-preview[bot] avatar abhijay007 avatar pankajkumarbij avatar prajjwalarora avatar karunkarthik-git avatar sahilsaha7773 avatar luckykumarirai avatar satcasm avatar imgbotapp avatar anubhab1710 avatar abhinaba006 avatar ananyanegi avatar aniketlodh avatar tusharjain0022 avatar vismitap avatar aayush-hub avatar niveditha18 avatar mcmonojit avatar m-code12 avatar ankitgoel25 avatar harshitaditya27 avatar rohan-kulkarni-25 avatar rushankhan1 avatar innovation-platform avatar mak-ux avatar uttu2 avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.