Skip to content

AnujPandey007/OneShot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneShot Blog

It is a blog web app based on Mongodb, ExpressJs, ReactJs and Nodejs - MERN Stack with firebase for google authentication and firebase storage for storing images. We can create our own blogs, read other's post and blogs can be deleted by the admin.

Live Link

https://fascinating-crisp-2cdc03.netlify.app

Authentication

Implemented login and register with Google Authentication using Firebase Authentication.

Database

Used Mongodb Database for the storing the user and post data.

Storage

Storing the images of post using Firebase Storage.

Screenshots

Video

https://drive.google.com/file/d/1QhO3qG82oDi7dd3mMwz10pA4rKgSD2Ly/view?usp=share_link

Ways to run the project

➔ Clone my project from GitHub.

➔ Then install vscode, react (npm and nodejs) and configure the system.

➔ Open the current directory in the vscode and run project by npm start command.

Backend

https://github.com/AnujPandey007/OneShot-backend