Skip to content

BlogEggs is an blog web application which is responsible to creating different blog articles.

Notifications You must be signed in to change notification settings

Groot-2001/BlogEggs

Repository files navigation

Initial Setup

  • create dev.js file inside your config folder and add following properties.

    module.exports = {

    googleClientID: "your google client id",

    googleClientSecret: "your client secret",

    mongoURI: "your Mongo_Url", cookieKey: "Your key",

    };

Redis setup for Windows

  1. open windows powershell and write below command. wsl
  2. Install followings sudo apt-get update sudo apt-get install redis
  3. Start the Redis Server sudo service redis-server start
  4. You can test that your Redis server is running by connecting with the Redis CLI: redis-cli 127.0.0.1:6379> ping PONG

High-Level Design

-alt text

Installation

  • Run npm install in the root of the project to install server dependencies
  • Change into the client directory and run npm install --legacy-peer-deps
  • Change back into the root of the project and run npm run dev to start the server
  • Access the application at localhost:3000 in your browser

ScreenShots

  • alt text
  • alt text
  • alt text

About

BlogEggs is an blog web application which is responsible to creating different blog articles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published