Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/florian-catalin-elisei/memories-application
- Owner: florian-catalin-elisei
- Created: 2024-02-27T16:11:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:35:30.000Z (7 months ago)
- Last Synced: 2024-06-23T16:46:47.037Z (7 months ago)
- Topics: css, express, html, javascript, mongodb, mongoose, react
- Language: JavaScript
- Homepage: https://memories-application-api.vercel.app
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)