Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.29 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.29 KB

Cloud Notebook

This is the GitHub repository for the MERN stack and Firebase "Cloud Notebook" project.

What is Cloud Notebook?

The app facilitates the easy maintenance of user's notes on a cloud platform, ensuring secure access and easy CRUD operations, In addition, the app also gives functionality to write blogs which the user can share with the world

Features

  • Privacy Protection: It ensures a secure login and registration functionality for the user using Blowfish encryption algorithm

  • Rating System: It allows the users on the Cloud Notebook to upvote or downvote the publically posted blogs

Installation Instructions:

  1. Clone the repository using the following command:

    git clone https://github.com/JaiSehgal007/CloudNotebook.git
    
  2. Navigate to the project directory:

    cd CloudNotebook
    
  3. Install the required dependencies:

    npm install
    
  4. Start the both backend api and client server simulatneously

    npm run both
    
  5. Follow the instructions shown in the terminal to run the web app.

Backend Repository:

The backend repository of Cloud Notebook lies in the backend folder of the master branch

Technology Stack:

  • React for the frontend
  • Node/Express for the backend
  • MongoDB and Firebase for the database