Coder Social home page Coder Social logo

Note-Vault๐Ÿ“

Welcome to our project!๐Ÿ‘‹

Project Description

"Note Vault" is a comprehensive note-taking website designed with the users productivity and organization in mind. This versatile platform enables users to create, edit, delete, search, and seamlessly organize their notes, providing an all-around solution to their note-taking needs.

Features ๐Ÿชถ

  • Create, Edit, Delete, Search, and Organize Notes

Technologies Used โš™๏ธ

  • Frontend: HTML, CSS, JavaScript, Ejs
  • Backend: Node.js, Express.js, MongoDB
  • Version Control: Git, GitHub
1 2 3

How to make a PR in our Project ๐Ÿค”

If you are interested in this project how to start contributing:

  1. Fork the repo.

  2. After forking, clone the repo to your local machine. To clone the repo to your local machine, run the following command in your terminal:

    git clone https://github.com/Note-Vault/Note-Vault.git
  3. Add a remote upstream to the original repo. To add a remote upstream, run the following command in your terminal:

    git remote add upstream https://github.com/Note-Vault/Note-Vault
  4. Check the remotes for this repository.

     git remote -v
  5. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

     git pull upstream main
  6. Create a new branch. To create a new branch, run the following command in your terminal:

    git checkout -b <your-branch-name>
  7. Make changes in source code.

  8. Add your changes To add your changes, run the following command in your terminal:

    git add <File1 changed> <File2 changed> ...
  9. Commit your changes. To commit your changes, run the following command in your terminal:

    git commit -m "<your-commit-message>"
  10. Push your changes. To push your changes, run the following command in your terminal:

    git push origin <your-branch-name>
  11. Create a PR โœ… .


Alternatively Using GitHub Desktop๐Ÿง‘โ€๐Ÿ’ป

  1. Open GitHub Desktop and log in to your GitHub account.

  2. Make sure you are on the "Current Repository" view. If not, go to "File" and select "Add Local Repository" to add your repository.

  3. In the "Current Repository" view, ensure you are on the branch which you want to submit a pull request for. If you're not on the correct branch, use the "Branch" menu to switch to the correct branch.

  4. Once you're on the correct branch, make your changes and commit them to the branch. You can do this by clicking the "+" button in the upper-left corner of the GitHub Desktop window, making your changes, and then entering a commit message.

  5. After you've made your changes and committed them, click the "Push origin" button in the top-right corner of the GitHub Desktop window. This will push your changes to the remote repository on GitHub.

  6. Now, go to the GitHub website, navigate to your fork of the repository, and you should see a button to "Compare & pull request" between your fork and the original repository, click on it.

  7. On the pull request page, you can review your changes and add any additional information, such as a title and a description, that you want to include with your pull request.

  8. Once you are satisfied with your pull request, click the "Create pull request" button to submit it.

Note: To create a pull request, you must have a fork of the original repository in your GitHub account and you must have made the changes in that forked repository.

Usage ๐Ÿ‘€

To get started, simply clone the repository and open the terminal in your code editor.

  •   npm install
  •   npm start
  1. Create new .env file and copy contents from sample.env
  2. Give any string of your choice in JWTSECRETKEY

Google Configuration for nodemailer

To generate App Password in your Google account settings

  1. Go to your Google Account:
 Visit myaccount.google.com.
  1. Navigate to Security:
  • On the left-hand side, click on "Security".
  1. Find "Signing in to Google" Section:
  • Under "Signing in to Google", ensure 2-Step Verification is turned on.
  1. Generate App Password:
  • Once 2-Step Verification is enabled, you will see an option for "App passwords". If not available search it on top menu.
  • Click on "App passwords". You may need to re-enter your Google account password. Select the app (e.g., "Mail") and device (e.g., "Windows Computer") for which you need the App Password.
  • Click "Generate". A 16-character password will be displayed. Copy this password.
  • paste it in .env file as value of PASS

MongoDB connection:

  1. Connect MongoDB Compass: Open MongoDB Compass and connect to the MongoDB server at mongodb://localhost:27017. image
  2. Click on Connect. image
  3. In terminal it would be mentioned as "Connected to MongoDB".
  4. After database connection you can see database collections:(database name (NoteVault), collection name (notebooks , users)): image

Contributing ๐Ÿง‘โ€๐Ÿ’ป

  • Fork the repository.
  • Create your feature branch: git checkout -b feature-name
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin feature-name
  • Submit a pull request.

๐Ÿค Our Contributors


Thank you for contributing to our project! We appreciate any contributions, whether it's bug fixes, new features, or documentation improvements.

We value the time and effort you put into contributing, and we look forward to reviewing and merging your contributions. Join us on this exciting journey of creativity and collaboration, and let your projects shine on NestOndc!

This Project is the part of

GSSoC GSSoC

License

This project is licensed under the ISC License.

Acknowledgements :)

We extend our heartfelt gratitude to the organizers of GSSoC for offering this invaluable platform to exhibit our talents and make meaningful contributions to the open-source community. Your efforts in fostering a collaborative environment for budding developers are commendable, and we are privileged to be a part of such an esteemed event. Thank you for providing us with the opportunity to showcase our skills and contribute to the advancement of open-source technology.

โญ Don't forget to give us a star! โญ

note-vault's Projects

note-vault icon note-vault

"Note Vault" is a comprehensive note taking website designed with userโ€™s productivity and organization in mind. This versatile platform enables users to create, edit, delete, search, and seamlessly organize their notes, providing an all-round solution to their note-taking needs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.