Git Product home page Git Product logo

vikraj01 / buzzblog Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.09 MB

BuzzBlog is a dynamic and scalable blogging platform built with custom frameworks wayofnode for the backend and wayofjs for the frontend. It features robust user authentication, secure session management, and a modular architecture, making it an ideal choice for creating a modern, feature-rich blog. Get started quickly with easy setup instructions

Home Page: https://unemployed-charlene-wayofthesword-e8f06d68.koyeb.app/

JavaScript 1.54% CSS 1.37% HTML 0.74% TypeScript 93.37% Shell 0.75% Dockerfile 2.22%
application blog framework nodejs typescript web

buzzblog's Introduction

BuzzBlog

BuzzBlog is a powerful blogging platform built with a custom backend framework called wayofnode and a frontend framework named wayofjs. This project aims to provide a robust and scalable blogging solution with features such as user authentication, session management, and a modular component-based architecture.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/vikraj01/buzzblog.git
    cd buzzblog
  2. Install the dependencies:

    npm install
  3. Set up environment variables:

    • Copy the .env.example file to .env in both the client and server directories:
      cp client/.env.example client/.env
      cp server/.env.example server/.env
    • Fill in the required environment variables in the .env files:
      DATABASE_URL=your_database_url
      SESSION_SECRET=your_session_secret
  4. Run the database migrations:

    npm run migrate
  5. Start the development server:

    npm run dev
  6. To use Docker:

    • Ensure Docker is installed on your machine.
    • Run the docker.sh script:
      ./docker.sh

Usage

  • The development server will be available at http://localhost:3000.
  • Navigate to this URL to see the BuzzBlog in action.

Features

  • Authentication: User authentication using Passport.js.
  • Session Management: Secure session handling.
  • Modular Architecture: Component-based structure for both frontend and backend.
  • Custom Backend Framework: Built using wayofnode for a tailored backend solution.
  • Custom Frontend Framework: Built using wayofjs for a dynamic and interactive user interface.

buzzblog's People

Contributors

vikraj01 avatar

Watchers

 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.