This is the GitHub repository for the MERN stack and Firebase "Cloud Notebook" project.
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
-
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
-
Clone the repository using the following command:
git clone https://github.com/JaiSehgal007/CloudNotebook.git
-
Navigate to the project directory:
cd CloudNotebook
-
Install the required dependencies:
npm install
-
Start the both backend api and client server simulatneously
npm run both
-
Follow the instructions shown in the terminal to run the web app.
The backend repository of Cloud Notebook lies in the backend folder of the master branch
- React for the frontend
- Node/Express for the backend
- MongoDB and Firebase for the database