Skip to content

"Memory App: A user-friendly tool for managing tasks and notes, helping you stay organized and boost productivity."

Notifications You must be signed in to change notification settings

itisdanish/Memory-App-NodeJS-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory-App-NodeJS-MongoDB

"Memory App: A user-friendly tool for managing tasks and notes, helping you stay organized and boost productivity."

image

Memory App

A simple Memory App built with Node.js and MongoDB.

Table of Contents

Introduction

The Memory App is a web application that allows users to create, view, and manage memories. Users can add new memories, edit existing ones, and delete memories they no longer need. It's a simple and user-friendly way to store and reminisce about special moments.

Features

  • Create new memories with titles and descriptions.
  • View a list of all memories.
  • Edit and update existing memories.
  • Delete memories you no longer want to keep.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

Step-by-step instructions on how to install and set up your project. Make it clear and easy to follow.

  1. Clone the repository: git clone https://github.com/itisdanish/Memory-App-NodeJS-MongoDB.git
  2. Navigate to the project directory: cd yourproject
  3. Install dependencies: npm install
  4. Configure any environment variables if necessary.
  5. To use the MongoDB connection string, replace <YOUR_MONGODB_URI> in the app.js file with your actual MongoDB Atlas connection string. Modify the following line in app.js: mongoose.connect('<YOUR_MONGODB_URI>', { useNewUrlParser: true, useUnifiedTopology: true })
  6. Start the application: npm start

Usage

  1. Open your web browser and go to http://localhost:3000.
  2. Use the app to create, view, edit, and delete memories.

Contributing

Contributions are welcome! Please follow the Contribution Guidelines.

License

This project is licensed under the [License Name] - see the LICENSE.md file for details.

Acknowledgments

  • Node.js
  • MongoDB
  • Express.js
  • Bootstrap
  • EJS
  • Give credit to individuals or projects that inspired or helped your project. You can also include links to external resources or libraries you used.

About

"Memory App: A user-friendly tool for managing tasks and notes, helping you stay organized and boost productivity."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published