Skip to content

krishankantray/blog-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog CMS

It is a MERN stack based blogging content management application where users can read, write, comment, profile management , follow other user, like blogs, get daily updates and user, admin dashboard.

create .env file with below variables

MONGO_URI=<mongodb-server-link>
PORT=8000
NODE_ENV=dev
JWT_SECRET=<your-jwt-secret>
CLIENT_URL=<client-url>
EMAIL_ID=<email-address-for-nodemailer>
PASS=<email-password-for-nodemailer>
OAUTH_CLIENT=<google-oauth-client-id>

edit client/src/user/SocialLogin.js replace google-oauth-client

About

Its a simple blog cms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors