/memories-client

It's a web application that lets you create and save your memories

Primary LanguageJavaScript

Introduction

It's a web application that lets you create and save your memories

--

To view a live example , click here.

--

Usage

  • Create a Memory
  • Delete a Memory
  • Search Memories by name
  • Search memories by Tags
  • Search memories By Search
  • Create comments in a single Post
  • Like Post
  • Delete Post
  • User sign in
  • User sign up

Technologies Stack

Installation

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

You'll need Git and Node.js (which comes with npm) installed on your computer .

# Clone this repository
git clone https://github.com/alzeqri1997/memories-server.git

# Go into the repository
cd memories-server.git

# Install dependencies
npm install

# Start a local dev server
npm start

note

you have to create an account at Mongo websiteDB website to change MongoDB Key to your own cluster

see how to create new cluster in MongoDb for more details