Skip to content

ikassim9/Blog

Repository files navigation

Blog Application

click here to see server code This application allows users to:

  • Create, Edit, and Delete their own blogs.
  • View blogs created by other users.
  • Register and Log In to manage their accounts securely.
  • Reset passwords via a forgot-password functionality.

Getting Started

You will first need to go to firebase website. Go to console and create a project. Go to project setting and add a web application. Copy the firebase config into env mentioned below


ENV file


Create an env file in the client directory


Replace below with your firebase credentials

REACT_APP_AUTH_DOMAIN=''
REACT_APP_PROJECT_ID=''
REACT_APP_STORAGE_BUCKET=''
REACT_APP_MESSAGING_SENDER_ID=''
REACT_APP_FIREBASEID=''

Install dependencies

npm install

Run the application

 
npm start

(Go to localhost:3000)

About

A full stack blog application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors