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

https://github.com/dev-siri/mern-memories

Memories is a fullstack, MERN stack application for creating and sharing your life's best moments with others.
https://github.com/dev-siri/mern-memories

express fullstack mern-stack mongodb node react typescript vite

Last synced: 3 months ago
JSON representation

Memories is a fullstack, MERN stack application for creating and sharing your life's best moments with others.

Awesome Lists containing this project

README

        

# Memories

A memory sharing app made with the MERN Stack.

## The Stack

Honestly, I am not really a fan of this stack. Mainly because its not performant (yes I care), I much rather prefer using PlanetScale / Neon, Go with FastHTTP, and React with Next.js App Router. But I just wanted to try it.

- **M**ongoDB
- **E**xpress
- **R**eact
- **N**ode

## Getting Started

- Clone the repository

```sh
$ git clone https://github.com/Dev-Siri/MERN-Memories
```

- Run install in both the directories

```sh
$ cd client && pnpm i && cd ../server && pnpm i && cd ..
```

- Then run the dev command

```sh
# For both client and server
$ pnpm dev
```

## License

This project is MIT Licensed, see [LICENSE](LICENSE)