Skip to content

Blogic - A Blogging App built using MERN stack.

Notifications You must be signed in to change notification settings

keshav-repo/Blogic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOGIC

A place where you can write your stories.

It is a MERN stack web-app for creating and reading blogs. It has a very powerful text-editor built in Draft.js .

Prerequisite

  1. Nodejs
  2. mongodb

Installation

  1. Create a file dev.env in root folder and add below code. This will be environment properties
MONGO_URI=mongodb:https://localhost:27017/db
JWT_SECRET=secret
  1. Start local mongodb server and give mongo url in dev.env file
  2. npm i
  3. npm start

About

Blogic - A Blogging App built using MERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • CSS 24.8%
  • HTML 0.8%