Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/florian-catalin-elisei/memories-application

The Memories App is a user-friendly platform that allows you to easily create, edit, and delete memories. Developed using the MERN stack (MongoDB, Express.js, React.js, Node.js), this application provides a straightforward and intuitive experience for users.
https://github.com/florian-catalin-elisei/memories-application

css express html javascript mongodb mongoose react

Last synced: 21 days ago
JSON representation

The Memories App is a user-friendly platform that allows you to easily create, edit, and delete memories. Developed using the MERN stack (MongoDB, Express.js, React.js, Node.js), this application provides a straightforward and intuitive experience for users.

Awesome Lists containing this project

README

        

# Memories Application

This is a web application for creating and displaying memories. Users can add new memories and view existing ones. The Memories App is built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It allows users to create, edit, and delete memories, with a clean and intuitive user interface. The front end is developed using React with Material-UI for styling, and the back end is powered by Node.js and Express.js, connected to a MongoDB database.

## Installation

Install my project with npm

1. Clone the repository to your local machine:

```bash
git clone https://github.com/florian-catalin-elisei/memories-application.git
```

2. Navigate to the project directory:

```bash
cd memories-application
```

I. Frontend

1. Navigate to the client directory:

```bash
cd memories-application-frontend
```

2. Install the dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm start
```

II. Backend

1. Navigate to the server directory:

```bash
cd memories-application-backend
```

2. Install the dependencies:

```bash
npm install
```

3. Start the Node.js server:

```bash
npm start
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`URI = your_mongodb_uri`

Obtain your MongoDB URI by signing up at [MongoDB Atlas](https://www.mongodb.com/atlas)